Hi,
I´ve been trying to convert Word documents to Html and I never get correctly the result from converting Wingdings symbols. Always appears a square box symbol as a result.
I´ve tried to open a document with Aspose and save it back to a Docx file, and the same issue happened.
I´m attaching the input and output files I got from my testing for you to see the difference. I´m also attaching an image from the code, where the document content Text did not pick those symbols as soon as I open the document with Aspose using: var doc = new Document (InputTestFile);
What I´m guessing is the Aspose can´t identify these symbols as soon as the document is opened in the code, then any output format will show the square box symbol instead.
Symbols Conversion Issue.zip (56.8 KB)
Please, can you give any ideas why they are not converting?
I´m using Aspose Words version 21.9.0
Thank you,