Re: [iText-questions] Table problem when over 1 page in rows, only first page's fields appear

2009-12-09 Thread 1T3XT info
Alkire, Robert wrote: > Following is the basic structure of the code. I just want to know how > to make the fields show up on pages > page 1. When form fields are created, they need to know on which page they will be rendered. They ask for a reference to the page to PdfWriter. You're creating y

RE: [iText-questions] Table problem

2005-05-30 Thread Paulo Soares
You are probably experiencing an out of memory problem. Images added to a table remain in memory until the table is output and destroyed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nicolas_Pace > Sent: Monday, May 30, 2005 7:42 AM > To: it

Re: [iText-questions] Table Problem------Modified --new

2005-02-07 Thread Paulo Soares
Assuming that you have a single table (query 1 has colspan) put query 1 and the first row of query 2 and call PdfWriter.fitsPage(). - Original Message - From: "ravi shankar" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 5:45 AM Subject: [iText-questions] Table Problem--Modi