Hi ,

I am generating a large table that can span across several pages. And I'm
looking for a solution to repeat the page header on each page. The problem is
that I'm not using PdfPTable ( which has a setHeaderRows method)  but the Table
class.  I need to generate both pdf and rtf  using a single class. The methods
table.setLastHeaderRow(2), table.setCellsFitPage(true); and 
table.setTableFitsPage(true)is working fine for Pdf but its not reflecting in
rtf. If any one has the solution please...


 Thanks in Advance
 Sangeeth

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to