Use two PdfPTable at precise positions side by side. Keep an eye on the height of both tables when adding rows and change pages when needed.
Best Regards, Paulo Soares > -----Original Message----- > From: Carsten Frewert [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 23:45 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Table and two-column page layout > > 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 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
