Hi,
When converting a DOCX to PDF, I noticed some text in one line became two lines in the PDF.
Code:
var doc = new Document(@".\extra lines.docx");
doc.Save(@".\extra lines.pdf");
I’ve attached my test documents and a screenshot for your reference. Could you please help me take a look?
extra lines.zip (28.0 KB)
image.png (8.7 KB)
Thanks,