Layout of the document is changed for pdf conversion

I am now evaluating ASPOSE.WORDs for java to convert MS doc/RTF files to pdf. The src code is as follows.

License license = new License();
license.setLicense(new FileInputStream(new File("Aspose.Words.lic")));
Document doc = new Document("files/word.doc");
doc.save("files/word.pdf");

I find that the layout of the pdf file is not the same as the source word file. The sample files are attached. Is there any solution to this case?

Thank you very much!

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

May I have your update on this issue?

Hello
Thanks for your inquiry. At the moment this issue is pending for analysis. The responsible developer will analyze the issue and we will be able to provide you an estimate.
Best regards,

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