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.…...\test.docx"); doc.LayoutOptions.TextShaperFactory...HarfBuzzTextShaperFa.Instance; doc.Save(@".\test.pdf"); The issue seems to happen...