RE: [iText-questions] Itext number of pages...

2004-10-19 Thread Paulo Soares
See the tutorial and also the example headers_and_watermarks.java at http://itextpdf.sf.net. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea BertoliSent: Monday, October 18, 2004 9:09 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] Itext number

[iText-questions] Itext number of pages...

2004-10-19 Thread Andrea Bertoli
i have some problems generating dinamically pdfs with itext... i have to put the number of pages (something like... "page x of y") but i don't know how can i do that here i post my example of pdf generation...   public static void makePdf(String model, PdfListForm list, OutputStream stream)