Re: [iText-questions] Printing long text in PDF

2005-01-12 Thread Bruno Lowagie
Kuldeep Kataria wrote: Thanks for reply, Yes I mean page height. you are right, If it goes on to other pages, but I need to print and header and footer for all the pages. On the first page, I overlaps on footer and after that it does not print header and footer. Here is the code. Please share your

Re: [iText-questions] Printing long text in PDF

2005-01-12 Thread Bruno
Quoting Kuldeep <[EMAIL PROTECTED]>: > Hi Guys, > I have a very long text around 900,000 words. I want to print this using > itext. I got it printing but it contnue to print on header and footer also. How are your header and footer constructed? If you add headers and footers using PageEvents, ma

[iText-questions] Printing long text in PDF

2005-01-11 Thread Kuldeep
Hi Guys, I have a very long text around 900,000 words. I want to print this using itext. I got it printing but it contnue to print on header and footer also. How can I break a page when it reaches the full page width? Or how can I break into chunck which will fit into one page? Thanks for your