Hello,
I am using Aspose.Words for .net to convert .docx to PDF. It is working very well and I am very satisfied with this product.
The issue is with the document.AppendDocument() method: it is not appending page breaks.
stDoc.AppendDocument(srcDoc, ImportFormatMode.KeepSourceFormatting)
I use Send a number of Docx Documents to be converted into individual PDFs, and combined into one PDF conatining all the documents.
However, When I use AppendDocument, I loose the page break in the merged PDF. It shows up in the single PDF though.
How can I preserve the page breaks during merge?
I’ve attached the a sample DOCX and PDF document.
Thanks,
Rafal