[iText-questions] Re: OnEndPage

2005-06-10 Thread Bruno Lowagie
Samatha Boda wrote: Yeah that is true Bruno..Thanks, I got one other problem I am working with Page X of Y, I have written tpl.showText("" + (writer.getPageNumber() - 1)); on onCloseDocument to get the total number of pages to display X of Y(total number of pages) but I am not getting Y value

[iText-questions] Re: OnEndPage

2005-06-10 Thread Bruno Lowagie
Samatha Boda wrote: Hi Bruno, I got a problem with onEndPage. I defined onEndPage in first PDF class and when I tried to access PDF of different class file I am getting on EndPage of first class. Both classes are not linked any way. Can you please help me in this An onEndPage method in a c