Click to See Complete Forum and Search --> : opening a pdf document using c sharp??


nisarahmed
October 24th, 2002, 07:58 AM
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

CPCericola
November 8th, 2002, 08:14 PM
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