Hi, I want to start working with page numbering, etc, and it looks like the way you do that is with the onEndPage() method which you get by implementing PdfPageEvent interface, so I did that. I added all 11 methods at the end of the code and before I try to do any actual work with those methods and just to see what was what, I put print statements into the otherwise empty methods. I execute the program while I'm writing some 42 pages of PDF and thousands of paragraphs, none of my print statement ever print and that leads me to conclude that the onXXXXX methods are never being called. Do I need to do something besides implementing PdfPageEvent and writing the methods o\in order for them to work?
Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
