| > 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
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
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