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

Programming interface for Adobe Reader

New Here ,
Aug 02, 2019 Aug 02, 2019

Copy link to clipboard

Copied

Can we configure a certificate to adobe reader for signing purpose programatically ? (perhaps using Windows batch file, shell-script or official library available from adobe)

The certificate needs to be configured (within Adobe Reader) with the "use of signing" usage option.

TOPICS
Acrobat SDK and JavaScript

Views

724

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
LEGEND ,
Aug 02, 2019 Aug 02, 2019

Copy link to clipboard

Copied

The Acrobat SDK describes all programming interfaces in Acrobat, and a few in Reader too. Neither one has an interface for this, so far as I know.

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
Adobe Employee ,
Aug 02, 2019 Aug 02, 2019

Copy link to clipboard

Copied

What about just adding it to the Windows Certificate Store, where Reader can find it?

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 ,
Aug 04, 2019 Aug 04, 2019

Copy link to clipboard

Copied

The reader is able to find it i.e. the certificate is already installed in cert-store (windows) or keychain (macOS). In order to configure the reder, below are the manual steps that we follow:

1. Go to Edit > Preferences in adobe reader

2. Choose the "Signatures" category

3. Choose "More" button in "Identies & Trusted Certificates" section

4. Choose "Use for Signing" option for one of the required certificate among all the available/installed certificates in "Digital IDs" section

The ask here is if we can write an script/program/application that can configure the reader (do the above steps) automatically to use that particular certificate for signing purpose.

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
Adobe Employee ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

LATEST

There is a tool for admins for doing this – see https://www.adobe.com/devnet-docs/acrobatetk/

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