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");
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
