Hi!

I need some kind of special layout, like this:

   +-----------------------------+ <- page
   | +----------+ | +----------+ | 
   | |table head| | |table head| |
   | +----------+ | +----------+ |
   | |   row 1  | | |   ...    | |
   | +----------+ | +----------+ |
   | |   row 2  | | | row n-1  | |
   | +----------+ | +----------+ |
   | |   ....   | | |  row n   | |
   | +----------+ | +----------+ |
   +-----------------------------+ 
                  ^
                  column separator

As you (hopefully ;) can see, the page has a tow-column layout. If the
table reaches the end of a column, it should be continued in the next
column (and on a new page if neccessary).

As far as I understand the docs, ColumnText does not work with
PdfPTable. There seems to be no easy way to do this.
Is there _any_ way to do this with iText?

I'm not sure if nested tables are a solution, and the automatic
column- / pagebreak gives me a headache... 

Maybe someone has a hint or two.

Thanks in advance,

       Carsten

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to