-2

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# .

Doom
  • 206
  • 1
  • 4
  • 14

1 Answers1

2

You can use iTextSharp. It's an easy-to-use open source library

S.Dav
  • 2,436
  • 16
  • 22