I have a page header and page footer with a PdfPTable in between the PdfPTable over runs the page footer. My original e-mail said nothing about adding a page number, although I will have to add them.
-----Original Message----- From: 1T3XT info [mailto:[email protected]] Sent: Wednesday, February 11, 2009 2:41 AM To: Post all your questions about iText here Subject: Re: [iText-questions] My PdfPTable is over running my footer Lopes, James wrote: > I'm adding my PdfPTable with document.add(). I have added my footer text > in my onEndPage() method using the ColumnText.showTextaligned() method. OK, so if you choose the coordinates passed to showTextAligned wisely, you can add the page number at the exact position. So... what is the problem? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------ ------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
