Re: [iText-questions] need page numbering help

2005-06-04 Thread Bruno Lowagie
Beet wrote: I have a very specific case in my PDF output where the data may run over into additional pages in a certain section. Every other section doesn't have this problem because I will never "run over" to a new page, so I can specifically call my addPageNum() method to put the page number

[iText-questions] need page numbering help

2005-06-03 Thread Beet
I have a very specific case in my PDF output where the data may run over into additional pages in a certain section. Every other section doesn't have this problem because I will never "run over" to a new page, so I can specifically call my addPageNum() method to put the page number in. My proble