[iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
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?

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
Thanks for you help. We are accessing itext through Coldfusion and have not yet figured out how to access page event functions. I recently found a blog that describes how to get access and plan to implement soon. -- View this message in context: http://old.nabble.com/itext-column-he

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
This is a long explanation…may be best to give as much detail as possible because I are not experts with itext Generating the PDF in CF is a bit different doing it in Java. A few years ago when we first downloaded and integrated itext into CF there was not much on the web about how to do i

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
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 i