RE: [iText-questions] footer positioning

2002-10-16 Thread Paulo Soares
Set the table width to the required size and position it at the left bottom margin. Best Regards, Paulo Soares > -Original Message- > From: Martin van Niekerk [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 13:37 > To: [EMAIL PROTECTED] > Subject: [

[iText-questions] footer positioning

2002-10-15 Thread Martin van Niekerk
Greetings,   I am using a PdfPTable as a custom footer and adding it to the Document during the onEndPage event. My question is this, how do I position my custom footer at the bottom of the page as is the case with the HeaderFooter element? Do I have to write some absolute positioning code o