Wrong font family is used by Aspose.Words when converting from DOCX to PDF

@awais.hafeez .
Hi.
We experience a similar issues on Aspose.Words.NET - fonts are messed up.
We are using the newest version af the library.

Were there any solution to romank’s issue ?

@Krifa The difference might occur because of the font substitution. Upon conversion to PDF or any other fixed page formats, Aspose.Words requires the fonts used in the document. If Aspose.Words cannot find fonts used in the document, the fonts are substituted. This might lead into layout differences in the output document. You can implement IWarningCallback to get notifications when font substitution is performed.

Also, please attach your input and output documents here for testing. We will check the issue and provide you more information.