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
[email protected] Subject: [iText-questions] Tables in header & footer Hi all, I have a very simple question: If I want to insert a table inside my header & footer, I should override the onEndPage(PdfWriter writer, Document document) method as seen in this http://itextdocs.l

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
t: [iText-questions] Tables in header & footer Hi all, I have a very simple question: If I want to insert a table inside my header & footer, I should override the onEndPage(PdfWriter writer, Document document) method as seen in this http://itextdocs.lowagie.com/examples/com

[iText-questions] Tables in header & footer

2006-12-13 Thread GAMBELLI Raffaele
Hi all, I have a very simple question: If I want to insert a table inside my header & footer, I should override the onEndPage(PdfWriter writer, Document document) method as seen in this http://itextdocs.lowagie.com/examples/com/lowagie/examples/directcontent/pageevents/EndPage.java In fact, I

[iText-questions] Tables in Header

2002-02-20 Thread Pardey, Craig
Hi, I have been using the iText API for a while now and have been quite impressed with it. The only thing I need to be able to do is to include a table in the header or footer of a PDF document. It is mentioned in the headers and footers section of the tutorial, but the link (to chapter 12 I