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")…...12:48pm #1 Hi, When converting a DOCX to PDF, I noticed a row hidden...Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions...