mercure@aliceadsl.fr wrote:
> but it seems impossible to add a PDFTable into a PdfContentByte.
That's not true, you can add a PdfPTable to a PdfContentByte with
writeSelectedRows. There's an example in chapter 4 of iText in Action 2E
already available in MEAP: http://1t3xt.com/docs/book.php
Hi,
I would like to add thumb-indexes to an existant PDF document using IText.
With PdfContentByte object and the showTextAligned function, I can add oriented
text in margin, it's fine !
I would like to define a textArea on which my text will be confined, just like
in a cell but it seems im