bmcgin wrote:
> Is is possible to use PdfContentByte (and related functions) to create each
> page individually and then manually trigger a new page break when needed?

That's documented:
http://1t3xt.be/?X1a3
http://1t3xt.be/?X0a4
Have a close look at the TablesInColumns example.
You could take the "main" table with the "main" header,
and wrap it inside an "outer" table with one column
and a header for which you define setSkipFirstHeader(true);
The methods setSkipFirstHeader() and setSkipLastFooter()
were added specifically for the purpose of creating a row
with the text "Continued" and "To be continued on the next page".

> We would have to be able to calculate when a table row would not fit on a
> page and then break to new page.

It's much easier than that: ColumnText does that for you.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to