Paulo and Bruno -- thanks for the response to yesterday's question. In
trying to implement the PdfStamper post-processor solution, though, I am
running into an inexplicable runtime error. This is what I'm trying to
do (a simple proof of concept):
PdfReader reader = new PdfReader(infile);
Marc Stein wrote:
I am using iText to create a single PDF by merging a number of PDFs
using PDFCopy. I need to create a TOC (not bookmarks) at the
beginning of this document with clickable links to the first pages of
each of the source PDFs
In this case I would concatenate the PDFs using
Merge the docs with PdfCopy. Use PdfStamper to insert blank pages and
write the TOC.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Marc Stein
> Sent: Wednesday, February 15, 2006 3:44 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [i