Re: [iText-questions] Issue using itextsharp Text Extraction

2012-06-21 Thread Kevin Day
someone else asked a related question on the forums in the past couple of days - take a look at the response I made to that request. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Issue-using-itextsharp-Text-Extraction-tp4655409p4655410.html Sent from the iText - Gene

[iText-questions] Issue using itextsharp Text Extraction

2012-06-21 Thread Will Shepler
I am trying to extract text from a pdf from a specific region of the page, using these objects: Dim ScanArea As System.util.RectangleJ Dim TextScanFilter As iTextSharp.text.pdf.parser.RegionTextRenderFilter Dim TextScanListener As iTextSharp.text.pdf.parser.FilteredTextRenderListener Dim iTe