Aspose.words 2.6.0 - font problem

Hi,

I just changed to new version and there is some problem with font formatting. Take a look at simple code:

InputStream inputStream = loadTestDoc("new-words-test.docx");
InputStream licenseStream = loadLicense("aspose.license");

License license = new License();
license.setLicense(licenseStream);

Document document = new Document(inputStream);

document.save("d:/output.docx", SaveFormat.DOCX);

You will notice that font name is changed, was Calibri and now is Times New Roman.

I attached test file.

Regards, Ivica.

Hi
Thanks for your request. This is known issue #5313 in our defect database. This issue will be fixed in .NET baseline and then ported to java. I will notify you as soon as it is fixed.
Best regards.

The issues you have found earlier (filed as 5313) have been fixed in this update.

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