Dirk Ulrich wrote:

> When generating a PDF document with iText a problem occurs during 
> placing more than one table per page. The table is generated well but 
> the cell's content are displaced. the content is not placed into a 
> table's cell constraints.
> If I do a newPage() after each generated table everything is working 
> very well.
>
>
Are you using class Table instead of PdfPTable?
If so, why? Please switch to PdfPTable, and your
problem will probably disappear.

It is of special interest to me to know WHY you
are using class Table. I have to keep this class
in the release for backwards compatibility, but
I have removed as many examples 'promoting'
the use of Table from my site and from the tutorial
in favor of using PdfPTable.

If there is some reason why people keep prefering
Table, I want to know, so that I can make it clear
that they are wrong.

br,
Bruno


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to