Re: [iText-questions] Splitting PdfPTable at absolute positions

2006-02-16 Thread bruno
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

RE: [iText-questions] Splitting PdfPTable at absolute positions

2006-02-15 Thread David Woosley
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

Re: [iText-questions] Splitting PdfPTable at absolute positions

2006-02-15 Thread Bruno Lowagie
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

[iText-questions] Splitting PdfPTable at absolute positions

2006-02-14 Thread David Woosley
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