> Is there a possibility to influence the fontsize of the pagenumber ? If i do : Phrase voornr = new Phrase(new Chunk(voornrTxt,new Font(Font.TIMES_NEW_ROMAN,8))); Phrase nanr= new Phrase(new Chunk(nanrTxt,new Font(Font.TIMES_NEW_ROMAN,6)));
m_footer = new HeaderFooter(voornr,nanr); Then the pagenumber appears as something that is bigger then Times new roman 8 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
