Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help me to install Acrobat DC SDK.

New Here ,
Nov 17, 2024 Nov 17, 2024

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.

TOPICS
Acrobat SDK and JavaScript
689
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 18, 2024 Nov 18, 2024

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

...
Translate
Community Expert ,
Nov 18, 2024 Nov 18, 2024

Unzip the zip file on your system.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 18, 2024 Nov 18, 2024

Thanks for your answer. Could you give me more detail?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 18, 2024 Nov 18, 2024

Use a program like winzip for this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 18, 2024 Nov 18, 2024

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 18, 2024 Nov 18, 2024

You can start with the sample BasicPlugin. Open the project file in Visual Studio.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 18, 2024 Nov 18, 2024

Which chatting app do you use? I need your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 18, 2024 Nov 18, 2024

Where do I have to extract the zip file?

When I extract it, I can see this.

Capture.PNG

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 18, 2024 Nov 18, 2024
LATEST

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

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines