Hi,
When converting a DOCX to PDF, I noticed some text has been pushed to the next page.
Code:
var doc = new Document(@".\test2.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out2.pdf", new PdfSaveOptions() { OptimizeOutput = true });
I’ve attached a screenshot and the test files for your reference. Could you please help to take a look?
test2.zip (74.5 KB)
image.png (86.2 KB)
Thanks,