I need to read data from PDF files. The data is actually a part of the file contents. How do I use .net to open the file, and read text from it, then close the file? Is there some API I can reference?
Printable View
I need to read data from PDF files. The data is actually a part of the file contents. How do I use .net to open the file, and read text from it, then close the file? Is there some API I can reference?
maybe you can have a look on the dev section of adobe acrobat
http://www.adobe.com/devnet/acrobat/
Google for "C# PDF library", seems like there are some open source pdf libraries out there. Here's one http://itextsharp.sourceforge.net/