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