aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

i got a checkbox symbol not converted in the pdf file #376

Closed andrew97s closed 2 months ago

andrew97s commented 4 months ago

hi

i use the aspose to convert a word file into a pdf file , recently i found a checkbox symbol not converted in the pdf file , and i checked it's a simsun font ,and my system does install the font.

below as the original word file and converted pdf file screenshot:

pdfconvert.docx

image

AlexNosk commented 4 months ago

@andrew97s The problem is not reproducible on my side. Most likely the problem occurs because the fonts required for rendering 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 lean where Aspose.Words looks for fonts: https://docs.aspose.com/words/net/specifying-truetype-fonts-location/ 1

PS: The main place for getting support in our support forum.