Re: [iText-questions] Page numbers in concatenated PDFs.

2006-11-08 Thread Srinivas Hechina
ote: Build the concatenated doc and then use PdfStamper to insert the pagenumbers.Paulo- Original Message - From: "Srinivas Hechina" <[EMAIL PROTECTED]>To: <itext-questions@lists.sourceforge.net >Sent: Tuesday, November 07, 2006 6:59 PMSubject: [iText-questions] Page num

Re: [iText-questions] Page numbers in concatenated PDFs.

2006-11-07 Thread Paulo Soares
Build the concatenated doc and then use PdfStamper to insert the page numbers. Paulo - Original Message - From: "Srinivas Hechina" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 07, 2006 6:59 PM Subject: [iText-questions] Page numbers in concatenated PDFs.

[iText-questions] Page numbers in concatenated PDFs.

2006-11-07 Thread Srinivas Hechina
Hi Bruno/Paulo,     Is it possible to insert the page numbers (like Page 1 of 10 etc..) inside the concatenated PDF using iText Page events? For example, I am concatenating two pdfs as shown below, and I want the Page numbers to be inserted in the final concatenated pdf's footer. I tried page e

[iText-questions] Page numbers in concatenated PDFs

2006-11-06 Thread Srinivas Hechina
Hi,     Is it possible to insert the page numbers (like Page 1 of 10 etc..) inside the concatenated PDF using iText Page events? For example, I am concatenating two pdfs as shown below, and I want the Page numbers to be inserted in the final concatenated pdf's footer. I tried page event onEndPa