I've been asked to do a feasibility study to dynamically generate PDFs running into thousands of pages; photo-heavy, lots of tables etc. No-matter how you dissect it; this is a pretty hefty task.
So I'm wondering what approach would be best? My initial thought is to break the document down into smaller chunks then join them back together using pdftk but I realise that I have a few issues:
* Page Numbers being reset
* Table of Contents not functioning (how could you link to a page that doesn't exist?)
* Visible "joins" (where the end of each pdf chunk has whitespace where content would normally reside)
The list goes on, but these ones explain the ilk of issue.
Is there a best practice for this conundrum?
So I'm wondering what approach would be best? My initial thought is to break the document down into smaller chunks then join them back together using pdftk but I realise that I have a few issues:
* Page Numbers being reset
* Table of Contents not functioning (how could you link to a page that doesn't exist?)
* Visible "joins" (where the end of each pdf chunk has whitespace where content would normally reside)
The list goes on, but these ones explain the ilk of issue.
Is there a best practice for this conundrum?