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

Help me to install Acrobat DC SDK.

New Here ,
Nov 17, 2024 Nov 17, 2024

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.

TOPICS
Acrobat SDK and JavaScript

Views

128

Translate

Translate

Report

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

...

Votes

Translate

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

Copy link to clipboard

Copied

Unzip the zip file on your system.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Use a program like winzip for this.

Votes

Translate

Translate

Report

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

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Where do I have to extract the zip file?

When I extract it, I can see this.

Capture.PNG

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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