tags:

views:

84

answers:

3

Dear Friends, I have a Scanned PDF Files , i need a VB.net Source Code which convert that scanned PDF to text Format.

Plz Help me...

Thanx in Advance

A: 

http://www.codeproject.com/KB/string/pdf2text.aspx

The above tutorial should get you going.

P.S. I noticed you have a 0% accept rate, if you were to accept some of the answers on your previous questions, people would be more likely to answer.

Neil McKeown
+1  A: 

Most likely the scanned file will not have the text but an image so you have to look at an OCR tool to get the text out.

There are several OCR libraries out there like

http://stackoverflow.com/questions/196918/open-source-ocr

http://stackoverflow.com/questions/1085/free-ocr-library

chrissie1
Tesseract works just fine with Bitmaps
John