Quoting jaysheel kumar <[EMAIL PROTECTED]>: > hi Iam using iText to merge the PDF Files.This is working excellent.Iam > using concat.java sample.I want to display page numbers in the footer,the > format is (pagenumber of total pages) ie 1 of 10. Is it possible to modify > the concat.java to achieve this?? if yes then where should i modify. i have > gone thru the forum, some say use HeaderFooter and some PageEvents.iam > confused Can anyone suggest me which is the best approach with some example > or can point to some existing working sample.
PageEvents are the way to go. Adapt a PageEvents class from the tutorial. The only change you need to make in Concat, is to set the PageEvent on the Writer. Bruno ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
