Hi,
I want to change the font of my footer and also I want to print out the page number.
When I used the following code:
<code>
HeaderFooter footer = new HeaderFooter(new Paragraph("Page No:",new Font(Font.HELVETICA,8)),true);
</code>
Then the page no drops to the next line, ie we have two lines of footer. How can we have them in a single line ?
Shubhrajit
Get Your Private, Free E-mail at Mailmetoday.com http://mailmetoday.com
