Hi,
When converting this DOCX to PDF with Aspose, some elements are stacked up on top of each other. Word’s pdf renders it fine though, you can see the comparison in the image below.
Can you please have a look?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (186.3 KB)
test.zip (1.2 MB)
Thanks,