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
Printable View
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
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