Samuel Viana wrote:

Hi,

currently I am with a huge problem. I don't know how to split efficently a table
in a way that when it reaches the end of the page continues on the next column
on the right vertical half of the page.

Have you tried (Multi)ColumnText?

I know that iText can split a PdfPTable
automatically across two pages, but what I want exactly is a way in which iText,
besides starting a new page, using the method newPage(), continues writing on
the right half of the page.
Besides then that, on the end of the table iText must drew on the last page in a
form that the table is splitted with the same height equally between the two
vertical halves of the page.

If you use go() in 'simulated mode' you get the height of the column
that 'would have' been drawn. I don't know if this helps because
I have never tried it with PdfPTables before (and go 'consumes'
the content of the column).
This would be a nice topic for a tutorial example (but I don't have
the time to make one rightnow).
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to