Hi,
When converting a DOCX to PDF, I noticed the first bullet gets shifted.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");
I’ve attached the test files and a screenshot for your reference. Could you please take a look?
test.zip (55.6 KB)
image.png (47.2 KB)
Thanks,