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
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