Hi,
When converting a DOCX with some tables to PDF. I noticed the table columns got squeezed and the height was also changed.
Code:
var document = new Document(@".\test2.docx");
document.Save(@".\test2.pdf");
I’ve attached a screenshot and the test files for your reference. Could you please take a look?
test2.zip (90.6 KB)
image.png (116.5 KB)
Thanks,