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
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
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