Re: [iText-questions] Can iText convert PDF to Text

2013-03-01 Thread Dean Johnson
Ross Here's what I use to extract text from a PDF -- in vb.net Private Function GetText(ByVal sInputPathFile As String) As String Dim sResults As String = "" Dim oReader As New iTextSharp.text.pdf.PdfReader(sInputPathFile) For i = 1 To oReader.NumberOfPages Dim its As New iTextSh

[iText-questions] Can iText convert PDF to Text

2013-03-01 Thread Ross
I'd like to run an API from my program that will convert PDF to a text file. Does iText do that? If not what program does? Thanks, --RR -- Everyone hates slow websites. So do we. Make your web apps faster with AppDyn