Issue with PDF Conversion for Chinese words

Hi Aspose team,

we are facing issue with PDF conversion.
After converting word file to PDF file we observed chinese word in special character.

Attaching word file snapshot and PDF file snapshot.

@agilentagile Could you please attach your input and output documents here for testing? We will check the issue and provide you more information. Unfortunately, it is not possible to analyze the problem using screenshots.

The problem on your side might occur because the fonts used in your input document are not available on the machine where document is converted to PDF. The fonts are required to render document. If Aspose.Words cannot find the font used in the document, the font is substituted. This might lead into fonts mismatch and document layout and appearance 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/