0
you can try to use PDFLib, it's an open source library, can extract text from pdf pages. before your coding, you can go to this free online pdf text extractor(http://www.online-code.net/pdf-to-word.html) to have a test, it's using PDFLib.
0
Using iTextsharp, you can easily read the text from Pdf file in Asp.Net.
0
I happened to being working on pdf processing, i just finished my pdf programming a week ago, for you problem, i can share may source code of
extracting text from pdf in c# with you, hope you can get some useful help.
0