Re: [iText-questions] Add Footer with page number Version(5.0.1)

2010-02-11 Thread 1T3XT info
von462 wrote: > Hi, > > I am trying to replace my old code for adding footer to a page to make it > compatible with the new version(5.0.1), which does not support HeaderFooter > class anymore. My existing code looks like this: > > HeaderFooter footer = new HeaderFooter(new Phrase("page: "), true)

[iText-questions] Add Footer with page number Version(5.0.1)

2010-02-11 Thread von462
Hi, I am trying to replace my old code for adding footer to a page to make it compatible with the new version(5.0.1), which does not support HeaderFooter class anymore. My existing code looks like this: HeaderFooter footer = new HeaderFooter(new Phrase("page: "), true); footer.setBorder(Rectangl