Aspose.Words Java updatePageLayout() PDF issue

Hello,

we found an issue with Document::updatePageLayout() method side effects.

input.docx (8.7 KB)

Repro code:

Document doc = new Document("input.docx");
doc.updatePageLayout();
doc.save("output.pdf", SaveFormat.PDF);
doc.save("output.docx", SaveFormat.DOCX);

In this example, output.docx has correct content but output.pdf is missing listnum text value (2nd row).
We’re using aspose-words-23.4-jdk17

@ANDREA.FARRIS
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25373

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSNET-25373) have been fixed in this Aspose.Words for Java 23.6 update.