bmcgin wrote:
> We use itext to create PDFs from within coldfusion.  Most of the PDFs are
> built with tables and the table spans many pages.   We use the
> setHeaderRows(1) function so that the column headers can roll to the next
> page.  
> 
> Is it possible to add the word “(continued)”  beside the label on pages
> 2-end?

You could achieve something like that using table/cell events.
Add an extra member variable, for instance firstPage = true.
Check this variable in the layout method.
If it's true, set it to false.
If it's false, add the extra text.
-- 
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