This content has been marked as final.
Show 2 replies
-
1. Re: acrobat plugin sdk query
khkremer Jul 13, 2010 4:21 AM (in response to gsekar)This would be the path to your Acrobat executable. Because a plug-in is just a DLL, you cannot run it without an application that loads that DLL - Acrobat will do that for you.
-
2. Re: acrobat plugin sdk query
Amith Sai ChelseaFC Jul 15, 2010 4:02 AM (in response to gsekar)you can run the SDK by first building the project, after successful build go to the debug folder u ill find an api generated, copy the api and paste in the Plug-in's folder(you will find this folder in the source path where you have installed your acrobat software) after pasting run the acrobat.exe you will find your plug-in installed(Normally when you run the sample plug-in you will find the plug in installed in Advanced>>Acrobat-SDK)



