Click here to Skip to main content
15,918,003 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello sir

I am developing one project in MS.Net 2.0 inwhich i want to fatch text from image pdf file and store into the one text file.so what i have to do for that please help me for this sir.

Regards
pankaj
Posted

You can use a third party to convert pdf to text and vice versa.
There are quite a few (both free and paid) available.

Try
Converting PDF to Text in C#[^]
http://oakdome.com/programming/CSharp_PDF_Parser.php[^]
 
Share this answer
 
v2
Comments
ArunRajendra 8-Nov-13 1:59am    
If I am not wrong the question is to convert PDF to text.
Abhinav S 8-Nov-13 2:37am    
Fixed.
You need to use OCR concept to extract text from image. There is open source library called tessnet2 [^]which you can use. Also there are licensed one as well. Hope this information will lead you in right direction.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900