If you really need complete layout control the solution is to use PdfPTable and place them at absolute positions side by side. Nested tables in PdfPTable are completely independent and can be a solution if the combined table size doesn't exceed a page length.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ben Rometsch > Sent: Wednesday, March 10, 2004 11:17 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Tables side-by-side > > Hi, > > Is it possible to have 2 tables sit horizontally side by > side? If I add > 2 tables to a document, they always stack on top of each other, > irrespective of width... > > Having a table with 1 row and 2 columns and then inserting a nested > table into each cell is no use to me, as I need to be able to have > totally different sized cells in each table... > > Or is there a better solution? > > Thanks, > Ben > > -- > ----== Solid State Group ==---- > Web www.solidstategroup.com > Email [EMAIL PROTECTED] > MSN [EMAIL PROTECTED] > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
