Quoting Atish Roy <[EMAIL PROTECTED]>:

>
> How to change the default page number size which comes in footer of a pdf
> when

1st: you shouldn't use the HeaderFooter class.
Use Page Events to add headers or footers.
There's a reason why the class isn't discussed
in the book or any of the official tutorials
(only in the rogue copies of the old tutorial).

> HeaderFooter footer = new HeaderFooter(phrase1, phrase2)

The font used for the page number is the SAME FONT
as used in phrase 1.

> is being called. In this method, the variable numbered is true and I think
> it is responsible for displaying the current page Number in pdf. I guess the
> defaulf font size of pdf content is Courier 10.

If the font is "Courier 10" then that's because the
font of phrase1 is "Courier 10".
--
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to