From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Penmatcha, Raju V.
Sent: Wednesday, March 17, 2004 4:15 PM
To: '[EMAIL PROTECTED]'
Subject: [iText-questions] Adding a table to onEndPage event results in an infinite loopHi,
I need to add a table in both the page header and page footer. UJAC is out of consideration since it currently does not support tables in header or footer.
My only other choice is to use PageEvents.
Using PageEvents I was able to successfully add a table as header in onStartPage event. But, when I add a table as footer in onEndPage event, it is going to an infinite loop. The body of my document has a large table that spans multiple pages.
How can I fix this problem?
Thanks a lot
Raju-----Original Message-----
From: Bruno [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 16, 2004 10:45 AM
To: Penmatcha, Raju V.
Cc: '[EMAIL PROTECTED]'
Subject: Re: [iText-questions] Adding header and footer to a PDF report using iText XML frontend
Quoting "Penmatcha, Raju V." <[EMAIL PROTECTED]>:
> Hi,
>
> I am using iText XML for generating PDF reports.
> I wasn't able to find a keyword to add a header and footer in the XML
> DTD.
>
> Is there a way to do that?Or you use PageEvents (header and footer NOT in XML)
or you use http://ujac.sourceforge.net
br,
Bruno
Title: Adding a table to onEndPage event results in an infinite loop
In page events you are only safe with PdfPTable positioned
at absolute positions. Table won't do.
Best Regards,
Paulo Soares
- [iText-questions] Adding a table to onEndPage event res... Penmatcha, Raju V.
- Re: [iText-questions] Adding a table to onEndPage ... Christian Lauer
- Paulo Soares