I am working on one project where there is a functionality need to implement with PDF
I want to read the text of PDF file in my c#.net project.
Can anyone know what is the way to do so?
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.
Hve a look to the following links:
How to read pdf files using C# .NET
and
Reading PDF in C#
Hopefully they can guide you to the correct direction.