[iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread valerykhyzhniy
Hi! Help me. I try to write a table to the document. But every page can to have the same upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last one row of the table to print at the next page. What i need to use for this? This is code to add one row as a table to the document.

Re: [iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread 1T3XT BVBA
On 23/12/2011 19:56, valerykhyzhniy wrote: Hi! Help me. I try to write a table to the document. But every page can to have the same upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last one row of the table to print at the next page. What i need to use for this? A. You