Using the following code to convert a docx file to pdf.
Document doc = new Document("test.docx");
doc.Save($"out.pdf", SaveFormat.Pdf);
Results in a pdf with incorrect order of characters as shown in the following image.
TamilCharsBug.JPG (40.1 KB)
The following zip file contains “test.docx” and “out.pdf”
Tamil.zip (69.7 KB)
We see this incorrect order also when extracting the characters of the initial test.docx file, which is also important for us to be in correct order.
I think this topic may be related to this Bangla characters end up in the wrong order