1 Reply Latest reply: Mar 17, 2011 11:06 PM by chiragjuneja RSS

    How to install or enable Acrobat X SDK for Windows

    mikruzo2 Community Member

      Ok down that I have downloaded Acrobat X SDK for Windows. 

       

      DUUUU How do I install it?? The only setup.exe is located in Visual Studio App Wizard. 

       

      I have Professional X.....do I add it from this program some how? 

       

       

      thanks

      mike

        • 1. Re: How to install or enable Acrobat X SDK for Windows
          chiragjuneja Community Member

          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).