On 28/06/2011 18:27, Michael O'Donovan wrote: > I have the book and looked through chapter 15. However in the section > (15.3.2) about using PdfContentSteamProcessor the code samples only extract > raw text For instance in listing 15.24 using the getText() method of the RenderInfo class. This class also has a getFont() method, a getBaseline() method, etc...
Those are the methods you'll need, but it isn't going to be easy unless your PDFs are very straight-forward. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
