Re: [iText-questions] Inserting a table

2006-08-18 Thread bruno
Glen Self wrote: >How do I control where a table is inserted?(pdfptable) >when I do document.add(table) it writes over the text previously placed with >contentbyte.showtext() > If you decide to do the layout yourself with PdfContentByte, you have to do so for all elements, including tables. You ne

Re: [iText-questions] Inserting a table

2006-08-17 Thread Mark Storer
> Self > Sent: Thursday, August 17, 2006 9:51 AM > To: [email protected] > Subject: [iText-questions] Inserting a table > > > How do I control where a table is inserted?(pdfptable) > when I do document.add(table) it writes over t

[iText-questions] Inserting a table

2006-08-17 Thread Glen Self
How do I control where a table is inserted?(pdfptable) when I do document.add(table) it writes over the text previously placed with contentbyte.showtext() - Using Tomcat but need to do more? Need to support web services, sec

[iText-questions] Inserting a table within a table

2004-01-19 Thread Abraham, Ben
Hi, How do i put a table inside a table? Table "A" has 3 columns,I add 3 cells to this table.So now i have 1 row in this table "A". Table "B" has 3 columns,I add 3 cells to this table, So now i have 1 row in this table "B". A.insertTable(B); Now,When i insert table B in table A,all the 3 cells