You must Sign In to post a response.
  • Category: .NET

    Reading pdf document in C#

    Hi I would like to know if it is possible to search for a specific heading in a pdf document and then read whatever text follows that heading then stop reading when I get to another heading.
  • #768902
    Hi stanley,

    Try Free Spire.PDF, it's a .net pdf library and supports to read and extract text from pdf documents:
    https://www.nuget.org/packages/FreeSpire.PDF/

  • #768903
    Hi,

    You can achieve this using iTextSharp dll, you can download it from online and add it as a reference to your project.

    Once add it to your project then add those references to your application and build the code by referring below link.

    http://www.devasp.net/net/articles/display/1447.html

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #769289
    Hi all,

    This comment is for reading text from pdf.
    Im trying to read checkbox value from pdf.
    I came across OCR to read if it is image and convert and read.
    Please suggest some ideas
    If it is not third party dll it is more welcome.


  • Sign In to post your comments