Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread 1T3XT info
cadev wrote: > For anyone who is interested, here was my eventual solution. I invite > anyone to critique my method and come up with a similar solution that is not > so round-about. Maybe I misinterpreted the original question, but didn't you need a "Page X of Y" solution? I don't see where you

Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread Keith O
Hello cadev, > Date: Thu, 27 May 2010 19:29:40 -0700 > From: twelche...@gmail.com > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Add a page number to a PdfPTable > > cadev wrote: >> >> I am usi

Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread cadev
cadev wrote: > > I am using page events to add a header to a pdf document. The header > contains a PdfPTable. I would like to add a String containing a page > number to the last row of the PdfPTable. However, when I initialize the > PdfPTable (in setPageHeader), the page number does not exist

Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread cadev
No hope that there's anything similar in the first book (which I already own), is there? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-a-page-number-to-a-PdfPTable-tp2233494p2233945.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread 1T3XT info
cadev wrote: > I am using page events to add a header to a pdf document. The header > contains a PdfPTable. I would like to add a String containing a page number > to the last row of the PdfPTable. However, when I initialize the PdfPTable > (in setPageHeader), the page number does not exist yet

[iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread cadev
I am using page events to add a header to a pdf document. The header contains a PdfPTable. I would like to add a String containing a page number to the last row of the PdfPTable. However, when I initialize the PdfPTable (in setPageHeader), the page number does not exist yet -- it only exists in