Hi,
When converting the DOCX attached to PDF with Aspose, the bar heights are way shorter than Word’s output. You can find the comparison in the image file.
Can you please have a look?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (171.3 KB)
test.zip (211.3 KB)
Thanks,