Hi,
When converting a DOCX to PDF, I noticed a row hidden in the Word document took space in the PDF, pushed the content down and eventually resulted in an additional page.
Code:
var doc = new Document(@".\Test.docx")…...\test.docx"); doc.LayoutOptions.TextShaperFactory...\out.pdf"); I’ve attached my test files and a screenshot for your...