FontSubstitution issue - text not readable

Hi,


The attached docx file uses font ‘Myriad Pro’ that is missing. Aspose.Words substitutes it with ‘Gabriola’.

The problem is that the text becomes unreadable, for example there are no spaces between words. see "FontSubst - not readable.p1.jpg"

tested with Aspose.Words 17.6

Best Regards,
Vassil

Hi Vassil,


Thanks for your inquiry. We have rendered your shared document to PDF using Aspose.Words for .NET 17.6 and we are unable to notice the reported issue. Please share your sample code here, we will further look into the issue and will guide you accordingly.

Best Regards,


Okay, the issue is not big when the file is rendered to PDF.

Please render it to raster image and you will see that most of the spaces between words are missing.

“FontSubst - not readable.png” is produced by the following code:

var doc = new Document(input);
doc.Save(output, SaveFormat.Png);

Best Regards,
Vassil

Hi Vassil,


Thanks for sharing additional information. We have rendered your shared document to PNG and noticed the reported issue. We have logged a ticket WORDSNET-15480 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

Best Regards,