Hi, I am sorry if this is already answered. I searched in the forum but couldn’t find answer so posting it here. I have several PdfPTables(with their own headers) to be added to document. If a table does not fit in a page then table has to be spilled over new page and header has to be appended with a text "continued" like below
Page1 ------------- Header h1 | h2 | h3 00 | 01 | 02 10 | 11 | 12 Page2 --------------- Header (Continued) h1 | h2 | h3 20 | 21 | 22 30 | 31 | 32 Can someone suggest me how to do this using iText? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Tableheader-continued-tp3164941p3164941.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ 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
