Aspose Words Java 17.11 - Incorrect list format while reading a word document

Input: Word Document (Normal lighting-support3.docx.zip (12.8 KB))

Problem: Incorrect list format, “)”'s are being replaced by dots ‘.

I’m using the following Java instruction to read the file:

com.aspose.words.Document d = new com.aspose.words.Document(input);

Is this an expected behavior? Here is the generated html from the document object (Normal lighting-support3.docx.zip (12.8 KB)
)

@adolfocastellanos,

Thanks for your inquiry. After an initial test with latest version of Aspose.Words for Java i.e. 18.5, we were unable to reproduce this issue on our end (please see awjava-18.5.pdf (15.1 KB)). We would suggest you please upgrade to the latest version of Aspose.Words. Hope, this helps.

We used the following code for testing:

Document doc = new Document("D:\\temp\\Normal lighting-support3\\Normal lighting-support3.docx");
doc.save("D:\\Temp\\Normal lighting-support3\\awjava-18.5.pdf");