Error Rendering Bullets

We are encountering an issue where Aspose is rendering bullets incorrectly in a bulleted list. Please see attached example which was created with Aspose Words for Java 19.7

Bullet Error Example.zip (58.3 KB)

@gordonca,

After an initial test with the latest version of Aspose.Words for Java i.e. 19.7, we were unable to reproduce this issue on our end (please see awjava-19.7.pdf (37.9 KB)). We tested on Windows 10 machine (Java 8) by using the following code.

Document doc = new Document("E:\\Bullet Error Example\\Bullet Error (input).docx");
doc.save("E:\\Bullet Error Example\\awjava-19.7.pdf");

Thanks - we traced it back to a missing font.

Is there anyway to get notified when fonts are missing on the system?

@gordonca,

Please refer to the following article:
How to Receive Notification of Missing Fonts and Font Substitution during Rendering