UpdateAllFields distorting image in .dot

Hello,

Im using Aspose.Words version 2011.02…05 to load, update all fields and then save a .dot document. However, when UpdateAllFields is called , it appears the image within the document is distorted. Please see attached before and after images. This is the code I am running:

Aspose.Words.License lic = new Aspose.Words.License();
lic.SetLicense(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Aspose.Total.lic"));

Document doc = new Document(@"Before.dotx");
doc.UpdateFields();
doc.Save(@"\After.dotx");

Hi
Thank you for reporting this problem to us. I managed to reproduce it on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

The issues you have found earlier (filed as WORDSNET-4591) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.