Re: [iText-questions] Tables in header & footer

2006-12-15 Thread zhu hui
i have add a table into several particular pages using pageevent related objects and methods. just by set the top margins of the page which i want to add that table to. and by the page number info and margin height info, it can work to meet my project' need, hehe~~^_^ On 12/16/06, Bruno Lowagie <

Re: [iText-questions] Tables in header & footer

2006-12-15 Thread Bruno Lowagie
Alexis Pigeon wrote: > Hi Raffaele, > > On 14/12/06, GAMBELLI Raffaele <[EMAIL PROTECTED]> wrote: >> Is there anybody out there :-)? > > Bruno Lowagie (and Paulo Soares too I think), the main contributors of > iText and the ones that provide 99% of the answers on the mailing > list, are currently

Re: [iText-questions] Tables in header & footer

2006-12-14 Thread Paulo Soares
Don't use Table, don't use HeaderFooter. Neither of them can be used in a page event. Paulo From: [EMAIL PROTECTED] on behalf of GAMBELLI Raffaele Sent: Thu 14-Dec-06 10:56 To: Post all your questions about iText here Subject: Re: [iText-questions]

Re: [iText-questions] Tables in header & footer

2006-12-14 Thread GAMBELLI Raffaele
Ok! I'm sorry and scuse me. Raffaele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexis Pigeon Sent: giovedì 14 dicembre 2006 11.47 To: Post all your questions about iText here Subject: Re: [iText-questions] Tables in header & footer Hi Raff

Re: [iText-questions] Tables in header & footer

2006-12-14 Thread Alexis Pigeon
Hi Raffaele, On 14/12/06, GAMBELLI Raffaele <[EMAIL PROTECTED]> wrote: > Is there anybody out there :-)? Bruno Lowagie (and Paulo Soares too I think), the main contributors of iText and the ones that provide 99% of the answers on the mailing list, are currently at Javapolis (www.javapolis.com), a

Re: [iText-questions] Tables in header & footer

2006-12-14 Thread GAMBELLI Raffaele
Is there anybody out there :-)? I add another question: I would like to have the capability to put in the header & footer a Table and setting it in a absolute position like PdfPTable does. I cannot use PdfPTable with normal Cell, in fact PdfPTable knows only PdfPCell, and it seems that there is