CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Posts
    12

    How to read text from PDF files with .net

    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?

  2. #2
    Join Date
    Mar 2007
    Posts
    59

    Re: How to read text from PDF files with .net

    maybe you can have a look on the dev section of adobe acrobat
    http://www.adobe.com/devnet/acrobat/

  3. #3
    Join Date
    Nov 2002
    Location
    Baby Land
    Posts
    646

    Re: How to read text from PDF files with .net

    Google for "C# PDF library", seems like there are some open source pdf libraries out there. Here's one http://itextsharp.sourceforge.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured