Indic Aspose.Words PDF rendering

Adding my request for Indic Aspose.Words PDF rendering

@bruceb6,

Please ZIP and upload your input Word document and Aspose.Words generated PDF file showing the undesired behavior here for testing. Please also provide a comparison screenshot highlighting the problematic areas in Aspose.Words generated output document and attach it here for our reference. Please point out the exact problematic places for this issue. We will then investigate the issue on our end and provide you more information.

Kokila.zip (32.5 KB)
Docx, pdf, and comparison screenshot attached.
Font used is Kokila if you don’t already have it Kokila Font | wfonts.com - download free

var doc = new Aspose.Words.Document(@"c:\temp\Kokila.docx");
Aspose.Words.Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions();
doc.Save(@"c:\temp\Kokila.pdf", options);

@bruceb6,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-19061. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

@bruceb6,

Regarding WORDSNET-19061, we have completed the work on your issue and concluded to close this issue as ‘Not a Bug’. Please see the following analysis details:

To be able to get the desired output, you will also need to use the OpenType Features. You can get the Aspose.Words.Shaping.HarfBuzz package from the following link:

Hope, this helps.