Custom list bullet icons are not rendered

Hi there,

It appears that when loading a .doc format document with custom bullet icons, they are dropped when loaded by GemBox and exported to any other format. I’ve attached a minimal reproduction and document below.

using GemBox.Document;

var doc = DocumentModel.Load("warn-bullets-redacted.doc");
doc.Save("test.png");

warn-bullets-redacted.doc

This produces the following image, which is missing the custom bullet icons. Outputting to DOCX or another format produces a similar result.

Thank you in advance for your assistance!

Best,
Michael

Hi Michael,

Unfortunately, GemBox.Document currently doesn’t support bullet picture in DOC format.
For now, could you use the DOCX format instead?

Regards,
Mario