Skip to main content
Participating Frequently
March 10, 2023
Answered

Digital Signature Automation

  • March 10, 2023
  • 1 reply
  • 3019 views

Hi, 

Good day everybody, I have 500 documents that needs to be digitally signed and I want to automate this process. I wanted to know can I automate this process using javascript? If not, how can I automate it using action wizard without having to select the digital id and entering th password of the id manullay for each file?
Seeking for solutions 🙏🙏

Thank you

Correct answer try67

Yes, you can do it using a combination of an Action and a script.

Read the documentation of the signatureSign method of the Field object to learn how to do it.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 10, 2023

Yes, you can do it using a combination of an Action and a script.

Read the documentation of the signatureSign method of the Field object to learn how to do it.

Participating Frequently
March 10, 2023

Ok thanks, I will give it a try, please help me if get stuck somewhere