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
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
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