Hello Aspose,
I am currently evaluating Aspose PDF Kit. I am using it to merge PDF documents. The issue that I am having is the following:
After I merge the pdf documents I open the merged document in Adobe PDF reader. It always seems to open to the end of the document. For example, if the merged document contains 89 pages, Adobe reader opens to page 89. Is there any way to ensure that the document opens on the first page(Page 1)? This issue may result in me not using this product in our soultion. Your help with this issue is greatly appreciated.
Hi Edward,
Thank you very much for considering Aspose.
I would like to share with you that this is
happening because of the fact that at least one of the input documents
contain OpenAction command with GoTo action, which takes the focus to
the specified page in the output PDF file. You may use RemoveDocumentOpenAction method to remove this command after the file is concatenated. The code snippet can be found on the previously mentioned link.
I hope this helps. If you have any further questions, please do let us know.
Regards,
Thank you! This worked as expected. We will be placing an order shortly.