How to programatically search a PDF document in c#

Posted by Nathan Reed on Stack Overflow See other posts from Stack Overflow or by Nathan Reed
Published on 2009-02-20T01:20:14Z Indexed on 2010/03/29 11:33 UTC
Read the original article Hit count: 255

Filed under:
|
|
|

I have a need to search a pdf file to see if a certin string is present. The string in question is definately encoded as text (ie. it is not an image or anything). I have tried just searching the file as though it was plain text, but this does not work.

Is it possible to do this? Are there any librarys out there for .net2.0 that will extract/decode all the text out of pdf file for me?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#