David Woosley wrote:
Bruno,
As I stated, the all parts of the table will flow across the bottom half of
many pages. In other words, the table starts on the bottom half of page
one, continues on the bottom half of page two, and so forth.
Then I think the combination ColumnText / PdfPTable i
PROTECTED]
Sent: Wednesday, February 15, 2006 2:03 AM
To: David Woosley
Cc: iText Questions (E-mail)
Subject: Re: [iText-questions] Splitting PdfPTable at absolute positions
David Woosley wrote:
> I need to create a PdfPTable that spans the bottom half of continuous
> pages. The top h
David Woosley wrote:
I need to create a PdfPTable that spans the bottom half of continuous
pages. The top half of each page will contain different fields that
are easily filled using a stamper. The table will contain cells with
multi-line text, so I can't predict the height of each row. Bef
I need to create a
PdfPTable that spans the bottom half of continuous pages. The top half of
each page will contain different fields that are easily filled using a
stamper. The table will contain cells with multi-line text, so I can't
predict the height of each row. Before I start coding