CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Posts
    5

    [ask]Reading PDF file using C#

    Hello C# developers,

    I got a task developing a console program to parse a PDF file and extract information from it (mainly text).

    Do anybody know how to do it?

    Thanks a lot.

  2. #2
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    Re: [ask]Reading PDF file using C#


  3. #3
    Join Date
    Dec 2005
    Posts
    5

    Re: [ask]Reading PDF file using C#

    Hello again...

    I've already used iTextSharp .NET library to extract text from PDF, and it works quite good although some PDF files are unreadable...

    Now I got a new challenge to extract images/pictures from PDF. Is there any library capable doing this?

    Thanks a lot.

  4. #4
    Join Date
    Nov 2003
    Posts
    2,185

    Re: [ask]Reading PDF file using C#

    You should really consider commercial packages if you want to read/modify pdf files, such as this one (just googled it).

  5. #5
    Join Date
    Dec 2005
    Posts
    5

    Re: [ask]Reading PDF file using C#

    I've been looking at PDFNet before, but it's too costly for me... and I've done days of googling as well.

    Maybe in this forum there's sombody having experienced with PDF reading/parsing or using iTextSharp before to read through PDF?

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