mitroiasi wrote: > > I think I will have the same problem with the table as with the paragraph. > How can I add an Element to a PDFStamper?
Your assumption that ColumnText doesn't work with PdfStamper is wrong. See for instance: http://1t3xt.be/?X000417 If you want to use PdfPTable, you can use writeSelectedRows. You could also work with showTextAligned and draw the Rectangle directly to the direct content using the necessary graphics operator. Your question demands a basic knowledge of iText. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
