I created a digital signature field in a PDF form using LC 8. Clicking this digital signature field triggers the digital signing flow. This works fine.
For various reasons I don't want to display the signature field. So i want to make the field invisible. I know how to make this.
Now I want to use a customized button to execute some logic and then trigger/dispatch the signing flow.
I can create a regular button and write required javascript.
Here is the unknown part that I need some help:
On clicking this button, I want to dispatch/trigger the signing of the document (using the above described digital signature field).
Is this possible?
Alternatively does someone have sample signing code using javascript esp. related to Roaming ID.
thanks
SignatureField1.execEvent("click")
in order to get Acrobat to start the signing process.
Stefan Cameron obtained his bachelor's degree with Honors in Computer Science at the University of Ottawa and is a Computer Scientist working on Adobe's LiveCycle server products, in particular on LiveCycle Designer ES for the past 5 years.