I need to read text in a PDF with an application written in VB.net. What is currently the best way of doing this. I am also open to first convert the PDF to a word document and read that instead
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iTextPdf looks like a good starting point, open source and c# so any examples should be portable to vb.net
The c# port
http://sourceforge.net/projects/itextsharp/files/
The site
http://itextpdf.com/
alternativly take a look at this article for a number of .net alternatives
http://www.codeproject.com/KB/string/pdf2text.aspx