I’m using the Aspose.Doc to PDF API to convert Word documents into PDFs. However, I’ve noticed that the bulleted lists in the Word files are changing to different or incorrect symbols in the resulting PDFs. I’ve attached sample screenshots for reference. Has anyone else experienced this issue or knows how to preserve the original bullet formatting during conversion? Any help or suggestions would be greatly appreciated!
@charu1234 Most likely the problem occurs because the fonts used in your input document are not available on the machine where document is converted to PDF. If Aspose.Words cannot find the font used in the document, the font is substituted. This might lead into fonts mismatch and document layout differences due to the different fonts metrics. You can implement IWarningCallback to get notifications when font substitution is performed.
Please see our documentation to learn where Aspose.Words looks for fonts:
https://docs.aspose.com/words/net/specifying-truetype-fonts-location/
If after providing the required fonts the problem still persists, please attach your problematic input and output documents here for testing. We will check the issue and provide you more information.