Hi,
When converting this .docx to .pdf, I’ve found that on pages 3 and 5 some text and elements are moved to the previous page compared to Word’s output. I’m attaching the comparison in image1.png and image2.png for your convenience. We can also see there’s an empty section on page 5 that is being ignored.
Can you please have a look?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image1.png (126.8 KB)
image2.png (117.4 KB)
test.zip (197.9 KB)
Thank you,