Hi,
When using Aspose.Words to convert DOCX to PDF, I found many data labels have been messed up.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out.pdf");
I’ve attached the test files and a screenshot for your reference. Could you please help to take a look?
test.zip (74.4 KB)
image.png (85.8 KB)
Thanks,