This content has been marked as final.
Show 1 reply
-
1. Re: How to install or enable Acrobat X SDK for Windows
chiragjuneja Mar 17, 2011 11:06 PM (in response to mikruzo2)There is nothing to install as such.
SDK is basically set of public headers , documentation related to them and some samples to demonstrate the usage of these public APIs to write third-party plugins/samples.
You can write your own Acrobat/Reader plugin/App using the SDK.
The setup.exe you found is the plugin-wizard which will install template for Acrobat Plugin on VS9. If you are developing on VS9, it will be useful for you to install this template.
Please refer to the SDK Documentation for the details on how to use the SDK (for writing plugins).

