Re: [iText-questions] Placing a Table into specific coordinates

2002-07-01 Thread Gabriel Gajdos
| > I am using Table (not PdfPTable & PDFTable) becose I need rowspans... | | Can't you avoid this problem by using a trick? | (Nested tables for instance) My App is a rewrite of former HTML output... But now, when Looking at your examples (& javadoc), I will have to change it a little bit... I

Re: [iText-questions] Placing a Table into specific coordinates

2002-07-01 Thread Bruno
Quoting Gabriel Gajdos <[EMAIL PROTECTED]>: > Hi there! > > Is it possible to place a table at specific coordinates? No. > I am using Table (not PdfPTable & PDFTable) becose I need rowspans... Can't you avoid this problem by using a trick? (Nested tables for instance) > It would be great to

[iText-questions] Placing a Table into specific coordinates

2002-06-30 Thread Gabriel Gajdos
Hi there! Is it possible to place a table at specific coordinates? This can be done with text the following way: myPDFContentByte.showTextAligned(PdfContentByte.ALIGN_LEFT, "My Text", 250, 100, 0); I am using Table (not PdfPTable & PDFTable) becose I need rowspans... And I "sometimes" want to p