Re: [iText-questions] How to add page number dynamically

2013-04-15 Thread 1T3XT BVBA
On 16/04/2013 3:03, Kate Phyoe wrote: > I used itextpdf , I put my data to table and create the pdf file. > Therefore I didn't need to use newdocument() function to get new page > and it generated automatically. But I faced a problem when I want to > add page number. I have no idea how to add pa

[iText-questions] How to add page number dynamically

2013-04-15 Thread Kate Phyoe
I used itextpdf , I put my data to table and create the pdf file. Therefore I didn't need to use newdocument() function to get new page and it generated automatically. But I faced a problem when I want to add page number. I have no idea how to add page number and which function that I should use.