RE: [iText-questions] Multipage PDF generation in Servlet..

2003-10-16 Thread Paulo Soares
Do each form separately flattened. Assemble the forms with PdfCopy. Best Regards, Paulo Soares > -Original Message- > From: jpatil [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 2:36 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Multipage PD

[iText-questions] Multipage PDF generation in Servlet..

2003-10-16 Thread jpatil
Hi, We have number of PDF forms. All of them are one page which can be assembled to create the result PDF. Based on the httprequest, my J2EE application A.> Determine which forms need to be in result PDF B. > need to fetch the data C.> Populate the data in the forms and then return the PDF as a ht