Hi Philip,

On 13/06/2008, PhilipPeinsold <[EMAIL PROTECTED]> wrote:
>
>  Hello @ all!!
>  Is it possible to insert a table at the end of the page? I don't want to
>  make a footer, cause the table should only be at the first page.

Footers are not set per document only, but they can be defined for
each page. Therefore, you could do the following, in pseudocode :

setFooter(yourTable)
openDocument()
addContentFirstPage()
setFooter(null)
newPage()
addRemainingContent(...)

HTH,
alexis

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to