Converting word to pdf. Nested table lost

Hi!

We use aspose-words-13.11.0 for Java and very simple code 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);
}

all works fine except when several MS Word document contains nested tables.
In result pdf these tables is lost.

Original and converted files are attached.
Any suggestions or workarounds?

I really appreciate any help you can provide.

Hi Serg,


Thanks for your inquiry. I tested the scenario and have managed to reproduce the same problem on my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-9606. Our development team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-9606) have been fixed in this Aspose.Words for .NET 17.5 update and this Aspose.Words for Java 17.5 update.


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