Dear all, Is there an "easy" way I can get access to the way that iText has laid out the text in the cells in a PdfPTable? The key thing I'm trying to find out is the character positions at which the text has been wrapped.
The only way I can see to do this is to attach a PdfPCellEvent to the table cells, and in the cellLayout() call-back, to dig into the PdfContentByte. This would then need me to parse the PdfContentByte - and it all feels a bit fiddly. Is there an easier way to do this that I haven't spotted? Many thanks, Mike -- View this message in context: http://www.nabble.com/Finding-out-where-text-has-been-wrapped-in-the-cells-of-a-PdfPTable-tp22460728p22460728.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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
