Converting word to pdf. Lines mixing

Hi!

We use aspose-words-14.1.0 for Java to convert *.doc to *.pdf

public static void convertToPdf() throws Exception{
final License license = new License();
license.setLicense(PATH_TO_LICENSE);
Document doc = new Document(PATH+“01 - original.doc”);
PdfSaveOptions saveOptions = new PdfSaveOptions();
doc.save(PATH + “02 - converted.pdf”, saveOptions);
}

Original and converted files are attached.
See attached “02 - converted.pdf”. Lines on the right side are mixed up.


Any suggestions or workarounds?

I really appreciate any help you can provide.

Hi Serg,


Thanks for your inquiry. While using the latest version of Aspose.Words i.e. 14.1.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-9672. Your request has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

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


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