Re: [iText-questions] Footer placed on page header

2008-08-12 Thread NomadeWolf
ublic void > onGenericTag(PdfWriter writer1, Document document1, Rectangle arg2, String > arg3) { >try {} > catch > (Exception e) { > throw > new ExceptionConverter(e); > } >

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread NomadeWolf
T3XT info wrote: > > NomadeWolf wrote: >> Any clue on what page events are? > > Page events are only a secret to people who don't do any effort. > Don't undersatand the code... I can't use classes, and don't know how to > adapt the code... got it? > &g

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread NomadeWolf
rectcontent/pageevents/index.php > > Hth, > Bill Segraves > -- Original message ------ > From: NomadeWolf <[EMAIL PROTECTED]> >> >> >> Any clue on what page events are? >> I've already googled it, and again, and

Re: [iText-questions] Footer placed on page header

2008-08-05 Thread NomadeWolf
l Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of NomadeWolf >> Sent: Monday, August 04, 2008 5:01 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Footer placed on page header >> >

Re: [iText-questions] Footer placed on page header

2008-08-04 Thread NomadeWolf
Any clue on how to do that? Paulo Soares-3 wrote: > > HeaderFooter is not supported anymore. Use page events. > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of NomadeWolf >> Sent: Sa

[iText-questions] Footer placed on page header

2008-08-03 Thread NomadeWolf
Hi, i use the following code to place a table with images as a page footer, the header gets placed in the right place, but the footer goes to the same place as the header (top of the page)... Does anyone knows why this behaviour occurrs?:... PdfPTable header = new PdfPTable(2); PdfPCell