Hi, I am generating a report in the PDF format and the layout of report is like this:
document.open(); document.add(aTable); //this TABLE contains some images and basic information to be displayed on first page of report. document.add(g); // Its a horizontal line used as a partition document.add(bTable); //this table contains the actual data and can contain 100s of rows to span over a bunch of pages. document.add(g); //Its a horizontal line used as a partition document.add(cTable); //This table contains some basic information to go at the end of report. document.close(); I want to display the Page X of Y on each page. I checked out the example 4 of chapter 10 but in that example, each page is created first and then the text is added to it. Please advise as how can I achieve this. Thanks and Regards Vishal ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
