You can't use document.add() inside a page event.
Best Regards,
Paulo Soares
- Original Message -
From: "Kurakula, Suneetha (HCF)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 12, 2004 19:25
Subject: Re: [iText-questions] set table as
Hi All,
Thankyou very much for response.
I tried to add table at the end of document or( at
the bottom of last page ) this way. My logo should appear only once at the end
of last page.
Table footertable = helper.getFooterTable(path);
Dimension footdim
- Original Message -
From: "Kurakula, Suneetha (HCF)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 12, 2004 16:46
Subject: [iText-questions] set table as footer to document
> Hi All,
>
>
>
> My table contains an image and so
Hi All,
My table contains an image and some text that needs to be
displayed as logo of company at the end of each page.
Can anyone please let me know
How I can set table as footer of document.
How can I make table borderless.Right now I am using setBorder(Rectangle.NO_BORDER).But