On 26/10/2010 8:14, Jaya Prabahar wrote: > Dear All, > I am using iText-5.0.4.jar > > I have a clarification. I have a list of Employee status (Employee name > and their status as a Bean object). I need to populate > that in a table with 2 columns as follows. > > +-------------------------------+----------------------+ > + Employee Name + Status | > +-------------------------------+----------------------+ > | Jhon + retired | > | Briyan + working | > +-------------------------------+----------------------+ > > My query is that, i need to add this header (Employee Name + > Status ) in every page and need to add footer in every page(Page 1 of > 23). Just find the present code as follows. Please help me out with > your knowledge.
Without looking at your code: have you read the documentation? If so, why don't you use setHeaderRows()? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ 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
