Op 9/12/2010 16:55, Esh schreef: > 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.
Which example did you use? Did you read the official documentation? This is an example that proves that setHeaderRows() works: http://itextpdf.com/examples/iia.php?id=87 All you do is saying "it doesn't work", but you don't provide a standalone code sample that prooves your allegation, nor do you show the PDF. That's not fair. If you have a problem: provide proof. If you can't provide proof: you don't have a problem. ------------------------------------------------------------------------------ _______________________________________________ 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
