Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. PDF application

PDF application

Scheduled Pinned Locked Moved C#
csharphelptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amitmohanty
    wrote on last edited by
    #1

    I want to build a C# application with integrated acrobat reader. I will have a list of the left hand side which is a list of links of pdf files I have on my computer and when I click the required pdf file link on left, pdf file must display on the right hand side of the application inside a pdf reader. I am currently having 100 pdf files for my literature review ( I am a PHD student :D) and it has reached a state where its unmanagable. I am a pretty OKAy coder in C#. But I simply don't know how to go about this. Any help will be highly aprreciated. Regards, Amit

    M 1 Reply Last reply
    0
    • A amitmohanty

      I want to build a C# application with integrated acrobat reader. I will have a list of the left hand side which is a list of links of pdf files I have on my computer and when I click the required pdf file link on left, pdf file must display on the right hand side of the application inside a pdf reader. I am currently having 100 pdf files for my literature review ( I am a PHD student :D) and it has reached a state where its unmanagable. I am a pretty OKAy coder in C#. But I simply don't know how to go about this. Any help will be highly aprreciated. Regards, Amit

      M Offline
      M Offline
      MalikRizwan
      wrote on last edited by
      #2

      there are alot of options available for you to read a pdf file. Infact Listing the PDF in your application is not a issue than reading a pdf file. You can use Acrobat SDK & Documentation for this. Infact it is not OpenSource but i downloaded (for Free) this SDK once when i needed to include javaScripts in PDF Events. Secondly Check ITextSharp (OpenSource), PDFToolKit (Price 299 $), or PDFLib (dont know price). I recommend you to use Acrobat SDK or ITextSharp**

      R A M

      **

      A 1 Reply Last reply
      0
      • M MalikRizwan

        there are alot of options available for you to read a pdf file. Infact Listing the PDF in your application is not a issue than reading a pdf file. You can use Acrobat SDK & Documentation for this. Infact it is not OpenSource but i downloaded (for Free) this SDK once when i needed to include javaScripts in PDF Events. Secondly Check ITextSharp (OpenSource), PDFToolKit (Price 299 $), or PDFLib (dont know price). I recommend you to use Acrobat SDK or ITextSharp**

        R A M

        **

        A Offline
        A Offline
        amitmohanty
        wrote on last edited by
        #3

        Dear Ram, Thank you very much for that. I think I will stick with the ItextSharp. I can extend this to any application, like powerpoint, word and excel etc.??? I mean if my file is not pdf but also consists of .doc, .txt, or . ppt, .xls? Regards, Amit

        M 1 Reply Last reply
        0
        • A amitmohanty

          Dear Ram, Thank you very much for that. I think I will stick with the ItextSharp. I can extend this to any application, like powerpoint, word and excel etc.??? I mean if my file is not pdf but also consists of .doc, .txt, or . ppt, .xls? Regards, Amit

          M Offline
          M Offline
          MalikRizwan
          wrote on last edited by
          #4

          yeh you can use this library for TEXT,HTML,PDF(CODECS ALSO INCLUDED LIKE WMF),RTF DOCUMENTS,XML,GZIP,TAR,ZIP. I am not confirmed about PPT and DOC. but ITextSharp Includes the Bouncy Castle (open Source) Library which is related to Security you can create digital certificates and signatures using Abstract Syntex Notations like X 509 X9 more over you can use it for SMIME Implementation. Regards Rizwan Ahmed Malik**

          R A M

          **

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups