Send the county permit forms to County Permit Officer [officer=Daniel Ruiz] for signature, include completed applicant…
Open your PDF document in Adobe Acrobat.
Click All Tools in the left pane.
Select Request e-signatures from the tools list.
In the Request signatures window, add the email addresses of the people who need to sign.
Click Specify where to sign (or similar) to place signature fields as needed.
Click Send to send the document for signature.
Monitor the status of your document in the Home or Manage tab.
Best practiceRecipients do not need an Adobe account to sign; they can sign via the email link in any browser.
desktop
none
| Signing Order Type | Description | When to Use |
|---|---|---|
| Sequential | Signers complete the document one after another in a specific order you set (e.g., A then B then C). | For documents needing approvals in a fixed hierarchy, like a manager then a director. |
| Parallel | All signers can sign the document at the same time, and there is no specific order. | When the order of signatures does not matter, such as multiple people acknowledging a policy. |
Adding authentication, like an email or SMS code, for high-value agreements makes sure that only the correct person can sign the document. This adds an extra layer of security and helps prove the signer's identity. It protects important documents from unauthorized signatures and increases the legal strength of the e-signature, which is crucial for contracts or financial agreements.
To automate sending agreements using the Acrobat Sign API, you would use the 'POST /api/rest/v6/agreements' endpoint. First, you need to define the 'AgreementInfo' which includes details about the agreement, and 'FileInfo' which specifies the document to be signed. The API will return an 'agreementId' that you can use for all future actions related to that agreement, such as tracking its status or retrieving signed copies. This allows for integration into custom workflows and systems.