Sorin Marti wrote: > Can I do this with a PdfPCell too? I didn't find out how.
You can add a PdfPTable (containing one or more PdfPCell elements) add an absolute position using writeSelectedRows(). Behind the scenes class ColumnText is used to draw the contents of a PdfPCell, so you may find a way to do it with ColumnText too. As Paulo explained, there's more than one way to do it. Reading "iText in Action" could give you some more inspiration ;-) br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
