vicky rodriguez wrote:
> It doesn't make any sense

You seem to be mixing class Table and class PdfPTable:

>  public void setDefaultTableSettings(Table table) {
>                 PdfPTable foot = new PdfPTable(3);

Also I'm not sure the way you dimension and position
the table is entirely correct. If all pages have the
same size, I suggest you define the position of the
table in the constructor of the event. That will at
least save you some CPU and probably give you a more
predictable result.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to