Re: [iText-questions] Table and Pie Chart next to each other in a page

2010-06-01 Thread 1T3XT info
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

[iText-questions] Table and Pie Chart next to each other in a page

2010-06-01 Thread arathi
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 Is there a way to divide the page on the left add the table and right add the corresponding chart. Any help is appreciated..