Copy link to clipboard
Copied
I have downloaded Acrobat_DC_SDK_Windows_2021_v3 for C++.
But I don't know how to install it.
I use Visual Studio 2019.
Help me to install it.
I uploaded the Acrobat_DC_SDK_Windows_2021_v3.
looks like your already installed it. All you have to do is put it into a folder on your local hard drive. Then for any project, you have to setup the project include path to include these folders:
...\Acrobat DC SDK\Version 1\PluginSupport\Headers\API
...\Acrobat DC SDK\Version 1\PluginSupport\Headers\SDK
Next look in this folder:
...\Acrobat DC SDK\Version 1\PluginSupport\Tools\Visual Studio App Wizard
And run this program: AcroDCPIWizInstaller.msi
This will install an Acrobat Plug-in pro
...Copy link to clipboard
Copied
Unzip the zip file on your system.
Copy link to clipboard
Copied
Thanks for your answer. Could you give me more detail?
Copy link to clipboard
Copied
Use a program like winzip for this.
Copy link to clipboard
Copied
Sorry but I can't understand still.
I wanna make a new plugin using Acrobat SDK.
When I press new plugin, it has to fecth the data from AWS S3.
The backend is already prepared, so only need to send API to the backend.
But now I can't install the Acrobat SDK to Visual Studio.
Thank you if you give me more details.
Copy link to clipboard
Copied
You can start with the sample BasicPlugin. Open the project file in Visual Studio.
Copy link to clipboard
Copied
Which chatting app do you use? I need your help.
Copy link to clipboard
Copied
Where do I have to extract the zip file?
When I extract it, I can see this.
Copy link to clipboard
Copied
looks like your already installed it. All you have to do is put it into a folder on your local hard drive. Then for any project, you have to setup the project include path to include these folders:
...\Acrobat DC SDK\Version 1\PluginSupport\Headers\API
...\Acrobat DC SDK\Version 1\PluginSupport\Headers\SDK
Next look in this folder:
...\Acrobat DC SDK\Version 1\PluginSupport\Tools\Visual Studio App Wizard
And run this program: AcroDCPIWizInstaller.msi
This will install an Acrobat Plug-in project wizard in VS2019. When run this project wizard will create a basic Acrobat plug-in project.
But you don't need the wizard because the plug-in samples all provide the basic setup. You can use any one of them as a starting point for creating your own plug-in.
Look in this folder to see the samples:
...\Acrobat DC SDK\Version 1\PluginSupport\Samples