Hi Thanks for your response. My requirement is: I have to split the table if it doenst fit on a page, and all the parts of the table have to have a header on it. when i was going through some posts i found if i use "table.setHeaderRows(), table.setFooterRows() " it gives me both header and footer(i dont need footer but still i was using it, so that i atleast get header part) to all the pieces of the Table even if the table is split. But i didnt see neither Header not Footer. so i tried using column text and again no luck there.
You say " Don't use ColumnText if splitting a PdfPTable is all you want to do. Return to your initial code involving only a PdfPTable." Can you please tell me how can i split the PdfPTable and get headers to all the parts of the table. Number of columns are fixed and number of Rows is variable. ----- Thank you Esh -- View this message in context: http://itext-general.2136553.n4.nabble.com/Problem-using-ColumnText-tp3080200p3080399.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
