Please advice I am facing same issue with (cairo and Sakkal Majalla) fonts.
when converting word document to pdf using Aspose.
even though I am used the fix you posted at last reply
any help please?
**note that my .net framework version is(4.6.1 and 4.7.1)
@aspose.notifier
@ndawaymeh The problem might occur because the fonts used in your original document are not available in the environment where document conversion is performed. To build document layout Aspose.Words needs the fonts used in the 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 differences. 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.
Thank you for your replay,
The font is installed in my PC.
this samples i am using (Sakkal Majalla) font
https://1drv.ms/u/s!ap5taezkxaq2g5utgxlfzujzax5o2a?e=isaipp
help me please.
@ndawaymeh Could you please upload the files into the forum, just zip the files and drag and drop the archive into the message? Unfortunately, I cannot access the files you have uploaded to OneDrive.
I am sorry for that.
here they are.
Aspose Words and Pdf.zip (566.1 KB)
@ndawaymeh Thank you for additional information. To get the correct rendering you should enable open type features.
I have tested conversion of your document with the latest version and found an issue with table position after saving to PDF. The problem is logged as WORDSNET-24622. We will keep you informed and let you know once it is resolved.