Bullet issue when convert Word to PDF on Mono Mac

Hello Aspose Support,



In our project, We need convert a word file to pdf, my word file contain some bullets, it work well on Windows, but on Mac OS bullets appear as big square.

I attached a simple project about this issue.

Please help me how to fix it.



Thanks and Best Regards,

Thong doan

Hi Thong,

Thanks for your inquiry. I would suggest you please upgrade to the latest version (v14.12.0) from here and let us know how it goes on your side. Hope this helps you.

Please note that Aspose.Words requires TrueType fonts when
rendering documents to fixed-page formats (JPEG, PNG, PDF or XPS). Make sure
you have all the Fonts installed on your machine you’re using to convert
Word document to image format. I would suggest you please read the
following articles:
http://www.aspose.com/docs/display/wordsnet/How+Aspose.Words+Uses+True+Type+Fonts
http://www.aspose.com/docs/display/wordsnet/How+to++Specify+True+Type+Fonts+Location

Hi Tahir Manzoor,



Thank for your support. I upgrade to version (v14.12.0), install wingding.ttf font, and add a line:

FontSettings.SetFontsFolder ("/Library/Fonts", true);

Everything is great now .



Thanks very much,

Thong Doan

Hi Thong,

Thanks for your feedback. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.