At 12:48 PM 10/1/2004, henry watson wrote:
Currently we are building the entire document in memory (rather than
writing to disk) as it is more efficient and we only need to email the
resulting PDF document. The problem is that we need to generate PDF
documents of this type up to 300 pages long.
I have used Adobe Actrobat Pro v6 to create a form in a PDF document. Now I am using the iText Java/PDF library to copy this PDF form document to create a new multi-page PDF document in memory based on multiple pages of this form.
In order to re-use the same form (and fields) document over and ove