Hello,
We noticed a change in document layout when saving a document as docx or pdf. The margins of the text seem to be different than in the input document. Saving the document as docx makes it look much different. Saving as PDF looks fine at first view, but the text is placed slightly different as well, so it is changed, too, just with less worse result.
Code to reproduce is simple:
var doc = new Document(@"S:\tmp\doc\in.docx");
doc.Save(@"S:\tmp\doc\out.docx");
doc.Save(@"S:\tmp\doc\out.pdf");
Test file and my generated outputs:
files.zip (124.3 KB)
Kind Regards,
Daniel