Re: [iText-questions] need to repeat confidentiality on every pg

2007-01-25 Thread Bruno Lowagie (iText)
Arif Abbasi wrote: > The problem is that this code has to work with both HTML and PDF > reports, and am using: As far as I know HTML doesn't allow you to add a header to each page as the concept of pages in HTML is inexistent. > HtmlWriter.getInstance(document, os); > PdfWriter.getInstance(docum

Re: [iText-questions] need to repeat confidentiality on every pg

2007-01-25 Thread Arif Abbasi
-questions@lists.sourceforge.net Subject: Re: [iText-questions] need to repeat confidentiality on every pg Hi I have this requirement to repeat the confidentiality language at every page. I cannot use HeaderFooter as it forms Header: Report Title Followed by text . Followed by ta

Re: [iText-questions] need to repeat confidentiality on every pg

2007-01-25 Thread Bruno Lowagie (iText)
Arif Abbasi wrote: > I cannot use HeaderFooter as it forms No you can't because I am going to remove HeaderFooter in the next iText release. You should add headers and footers as described in the official tutorial or in the book. That is: using page events. br, Bruno -