2 Replies Latest reply: Jul 15, 2010 4:02 AM by Amith Sai ChelseaFC RSS

    acrobat plugin sdk query

    gsekar Community Member

      Hi All,

       

      when i use acrobat sdk plugin sample in MS VS2005, it is asking "Please specify the name of the executable file to be used for the debug the session", I am not much understand about that, could some one help for, to understand how to use the acrobat plugin sdk's.

       

      -Thanks.acrobat_sdk01.jpg

        • 1. Re: acrobat plugin sdk query
          khkremer CommunityMVP

          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

            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)