When we make a columnar report, we basically use PdfPTable, PdfCell,
setHeaderRows() and document.add().  We are not using the PdfContentByte and
ColumnText.  

So we have no indication that the page is breaking.  

Is is possible to use PdfContentByte (and related functions) to create each
page individually and then manually trigger a new page break when needed? 
We would have to be able to calculate when a table row would not fit on a
page and then break to new page.  If this would work, then headers could be
written differently with each page.
-- 
View this message in context: 
http://old.nabble.com/itext-column-header-fox-continued-labels-tp26339395p26344009.html
Sent from the iText - General mailing list archive at Nabble.com.


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