Hi
When I use your example [here] and create a 2 page document with a link to page 7 on the first page, if I then use
pdfEditor.Concatenate(inputStream1, inputStream2, outputStream);
to concatenate that file with another, any arbitrary PDF longer than 7 pages, the link to page 7 doesn’t work.
Is it possible to create an index document with links to pages that don’t exist in the current document and then concatenate that document with the actual document and get working links.
I ask because due to memory constraints we may have to generate and optimize PDFs in batches and then concatenate them together and while the Bookmarks/Outlines work I’m not sure how to get a Table Of Contents with hyperlinks to work.
Thanks
Si