Hello,
Currently we are facing issues generating very large PDF documents from HTML templates (over 10 and more thousand pages) due to memory usage, so we are looking into an option to logically split one document into multiple files.
However very important part of our functionality is linking between different data items within the document, and in case of splitting there weill be a need to add links between the different sections of different PDFs, including cross links (links both from document A to document B, and back from B to A)
Skimming through the documentation did not show any options to add links from one PDF file to another though, apart from opening it as a generic file on the first page.
So the question is are there any plans to create a functionality to:
1. Allow opening destinations from another files
(GoToR action, as per PDF standard) 2. Support
named destinations (from what I see, only explicit destinations are supported by the library at the moment)
Or maybe by any chance this functionality is supported in some form at the moment and we just missed it?
Thank you in advance for your reply!