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

    opening a pdf document using c sharp??

    hello,
    can some guide me how to open a document i.e PDF, DOC,HTML,etc in C SHARP. Some API or CLASS will be appreciated.
    thks
    /| )' _ _ _ /_| / _ _ _/
    / |//_) (// ( |/)//)(- ( /

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    PDFs can be opened using the PDF API. Unfortauntely, they haven't yet made a .Net library for it however use Interop you can reference COM objects in your managed code. It's not the cleanest method and does carry some overhead, but it is doable. Here is a link to the ASN:

    http://partners.adobe.com/asn/developer/sdks.html

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