Hi,
When converting a reference field from .docx to .pdf using Aspose.Words, I noticed the output looks very strange:
Code:
var doc = new Document(@“testdoc.docx”);
doc.Save(@“out.pdf”);
The output from Aspose has 2 issues:
- Part of the table goes to the second page while the original document only has one page.
- There are some extra lines in each page.
I’ve tested using MS Word to save as pdf and did not observe the issue, where I’ve attached a screenshot for your reference.
I’ve also attached the test files and output pdf. Could you please take a look into this?
Thanks,
testdoc.zip (298.0 KB)
screenshot.png (73.1 KB)