Hi,
We are using Aspose.PDF (v 3.6.1) and Aspose.Words(4.4.2) to convert Word documents to PDF. Our application is build around the page numbering in the documents. So, after converting the original DOC file to PDF it saves the page numbers of each items into DB.
But when converting Word document to PDF, aspose does it in less pages. In other words, in the attached example of word and converted pdf files, DOC file hase 26 pages and PDF file has 25 pages. And because of that when our application tries to acces 26th page of converted PDF file and page is not there, it throws an exception. Is there any way we can convert DOC files to PDF with exact same pages and page numbers?
Thanks in advance,
Jerry