PDF File Conversion Differences

We are having issues with converting from Word to PDF…You can see on page 4 the last line is split differently in the two different versions. I have attached the source word document, the word PDF , and the Aspose PDF’s.
https://1drv.ms/u/s!agfcwfajpdc6k0fqux6sxa7t1ovk

Thanks, Dave Collom

@collomd,

After an initial test with the latest version of Aspose.Words for .NET i.e. 19.1, we were unable to reproduce this issue on our end (please see 19.1.pdf (318.5 KB)). So, we would suggest you please upgrade to the latest version of Aspose.Words. Hope, this helps.

We used the following simple code on our end for testing:

Document doc = new Document("E:\\WORD to PDF conversion issue\\SOURCE.docx");
doc.Save("E:\\WORD to PDF conversion issue\\19.1.pdf");