Quoting isha afisha <[EMAIL PROTECTED]>: > Hi > > Just wanna ask.. > > How can I set the table position in certain position?
See Paulo's examples with PdfPTable. > How can I get the pagenumber even i'm not in looping..? You need to ask the pageNumber from the writer-object you are using. PdfWriter writer = new PdfWriter(...); document.add(...); writer.getPagenumber(); > All example Page X of Y did u create are in looping... No, they aren't. In Chapter 12 of the tutorial PageEvents are used. Bruno ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
