Results 1 to 6 of 6

Thread: PDF control in c#

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    3

    PDF control in c#

    Hi,
    I am trying to open pdf file in windows control using c#.Does anybody knows the cotrol which will be helpful for PDF.Another requirement is that the control should allow to select text programmitically.
    Thanks in advance.
    krishna.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: PDF control in c#

    You'll probably have to buy a PDF viewer control to embed into your application. Your other option would be to use a webbrowser control in your application, and load the PDF into it, so that all the functionality is available to you. This assumes, of course that the PDF plugins for the browser are present.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: PDF control in c#

    You can embed Adobe Reader in your apps via the ActiveX component that is installed on your machine along with the reader. You can add it to your VS Toolbox from the COM Components tab. Anyone who has Abobe Reader installed will then be able to use your app to view PDF documents. If you want something that does not require Adobe Reader then you may like to check out the iText# link in my signature. I'm not 100% sure what its capabilities are. I know it can generate PDFs but I don't know what else.
    Attached Images Attached Images  
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: PDF control in c#

    Oh yeah, the PDF ActiveX. :forehead:

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    3

    Re: PDF control in c#

    Thanks a lot for for your Valuable suggestions.

  6. #6
    Addicted Member
    Join Date
    Jan 2008
    Posts
    162

    Re: PDF control in c#

    Hello i have Acrobat Reader 9, 8 but i ca't see this option and not either in COM tab ??? Please help

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