I am making a project that's related to reading documents. I have to read them in the PDF form , so i was wondering if there's a way to read from PDF file like reading from Word file . I'm using C# .
Asked
Active
Viewed 93 times
1 Answers
2
You can use iTextSharp. It's an easy-to-use open source library

S.Dav
- 2,436
- 16
- 22
-
[nuget.org's iTextSharp download](https://www.nuget.org/packages/iTextSharp/) – Timothy G. Jan 25 '17 at 15:17