arathi wrote: > Hello, > > On a single page, I would like to display table (about 10 rows) and pie > chart side by side. > I tried to adjust the width and height.. There is a overlap
You are mixing "document.add();" with "writing to the direct content". You shouldn't do that! > Is there a way to divide the page on the left add the table and right add > the corresponding chart. Either put the chart in the table and use document.add(). Or write the table to the direct content (doing the math to make sure there's no overlap). How to do that, is explained in http://itextpdf.com/book/ -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
