Re: [iText-questions] page numbers in footer

2013-03-21 Thread farazahmad56
You can set this as: table.writeSelectedRows(0, -1, 34, 50, writer.getDirectContent()); it will be displayed on bottom -- View this message in context: http://itext-general.2136553.n4.nabble.com/page-numbers-in-footer-tp4219499p4657872.html Sent from the iText - General mailing list archive

Re: [iText-questions] page numbers in footer

2011-12-21 Thread 1T3XT BVBA
On 21/12/2011 21:48, Aarthi wrote: > I am just getting online help. google and found an example. Yes, you should really stop taking advantage of other people. Start reading the book yourself if you care about your employer/customer. I hope you don't mind getting good advice, but educating yourself

Re: [iText-questions] page numbers in footer

2011-12-21 Thread Aarthi
I am just getting online help. google and found an example. On Wed, Dec 21, 2011 at 3:33 PM, 1T3XT BVBA [via iText - General] < ml-node+s2136553n4223084...@n4.nabble.com> wrote: > On 21/12/2011 20:23, Aarthi wrote: > > I dont see the pages that you are talking about. > Huh? Which book are you usi

Re: [iText-questions] page numbers in footer

2011-12-21 Thread 1T3XT BVBA
On 21/12/2011 20:23, Aarthi wrote: > I dont see the pages that you are talking about. Huh? Which book are you using? -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create ne

Re: [iText-questions] page numbers in footer

2011-12-21 Thread Aarthi
It would be great if you could post the pseudo code here. I dont see the pages that you are talking about. On Wed, Dec 21, 2011 at 2:19 PM, 1T3XT BVBA [via iText - General] < ml-node+s2136553n4222902...@n4.nabble.com> wrote: > On 21/12/2011 20:04, Aarthi wrote: > > Now im able to get the "page 1

Re: [iText-questions] page numbers in footer

2011-12-21 Thread 1T3XT BVBA
On 21/12/2011 20:04, Aarthi wrote: > Now im able to get the "page 1 of 10" I want to get this displayed in the > bottom of the page. I get it displayed in the header. I want them it the > bottom right corner. below is my onEndPage(). any help is appreciated. That is explained in the book from w

Re: [iText-questions] page numbers in footer

2011-12-21 Thread Aarthi
Now im able to get the "page 1 of 10" I want to get this displayed in the bottom of the page. I get it displayed in the header. I want them it the bottom right corner. below is my onEndPage(). any help is appreciated. public void onEndPage(PdfWriter writer, Document document) { Pdf

Re: [iText-questions] page numbers in footer

2011-12-21 Thread aszomor
The iTextInAction2Ed\Chapter05\MovieCountries1.cs just 134 line, but known the answer! -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps t

Re: [iText-questions] page numbers in footer

2011-12-21 Thread iText Info
Op 20/12/2011 22:47, Aarthi schreef: > Hi, > I have an issue with displaying the page number in the PDF. My requirement > is to display page number like > "Page 1 of 20" and so on... > I have used the inner class explained in chapter05, but removed the code > that i dont want. Er... did you read t

Re: [iText-questions] page numbers in footer

2011-12-20 Thread Jason Berk
..@gmail.com] Sent: Tuesday, December 20, 2011 4:47 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] page numbers in footer Hi, I have an issue with displaying the page number in the PDF. My requirement is to display page number like "Page 1 of 20" and so on... I

[iText-questions] page numbers in footer

2011-12-20 Thread Aarthi
Hi, I have an issue with displaying the page number in the PDF. My requirement is to display page number like "Page 1 of 20" and so on... I have used the inner class explained in chapter05, but removed the code that i dont want. My inner class looks like this, class HeaderFooter extends PdfPageEve