Help with PDF and .NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • discorpio23
    New Member
    • May 2007
    • 1

    Help with PDF and .NET

    Hi, i need someone's help! I am building a .NET system and it contains PDF documents. The thing is that I need to retrieve details of the PDF documents like the current page shown, total number of pages, the filename when it is displayed. Can anyone enlighten me on this with samples or APIs? I am using C# and ASP.NET. Thank you:0)
  • blackjack2150
    New Member
    • Feb 2007
    • 79

    #2
    Originally posted by discorpio23
    Hi, i need someone's help! I am building a .NET system and it contains PDF documents. The thing is that I need to retrieve details of the PDF documents like the current page shown, total number of pages, the filename when it is displayed. Can anyone enlighten me on this with samples or APIs? I am using C# and ASP.NET. Thank you:0)
    iTextSharp is a free, open-source library which can deal with PDF documents. But even with it's help, working with PDF in .NET is a messy job.

    Comment

    Working...