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

add digital signature

New Here ,
Jan 30, 2019 Jan 30, 2019

Copy link to clipboard

Copied

hello

i have certificate and i want add digital signature  to pdf file.

how i can do it using js api

TOPICS
Acrobat SDK and JavaScript , Windows

Views

690

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 , Jan 30, 2019 Jan 30, 2019

You can add a signature field using the addField method and then sign it using the signatureSign method.

See the Acrobat JS API Reference for the full details.

Votes

Translate

Translate
Community Expert ,
Jan 30, 2019 Jan 30, 2019

Copy link to clipboard

Copied

LATEST

You can add a signature field using the addField method and then sign it using the signatureSign method.

See the Acrobat JS API Reference for the full 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