1

Possible Duplicate:
Reading PDF documents in .Net

How do I read a pdf file using c# .net ? I need to extract the text from a pdf file.

Any help is appreciates.

Thank You

Community
  • 1
  • 1
yohan.jayarathna
  • 3,423
  • 13
  • 56
  • 74

2 Answers2

0

You can use a library like ITextSharp http://itextpdf.com/

There has been a similar question on SO in the past, have a look at this

Reading PDF content with itextsharp dll in VB.NET or C#

Community
  • 1
  • 1
Raghu
  • 2,678
  • 2
  • 31
  • 38
0

I would HIGHLY recommend pdf sharp
See https://stackoverflow.com/users/162529/pdfsharp-team

They're quite active on SO itself.

Community
  • 1
  • 1
gideon
  • 19,329
  • 11
  • 72
  • 113