Hi,
When converting a DOCX to PDF, I noticed some letters get interchanged.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.…...Instance to handle text shaping during conversion, which...may be related to the font rendering issues you’re experiencing...