Add page numbers and the project ID TR-203 across every page of the multi-document EIS appendix PDF so reviewers can c…
Open the PDF file you want to use as the base for your custom stamp in Acrobat.
Select the area where you want dynamic text (such as date or username) to appear and add a text field using the Prepare Form tools.
Best practiceUsing a text field instead of static text allows you to insert JavaScript for dynamic content.
Right-click the new text field and choose to open its Properties.
Go to the Actions tab in the Properties dialog.
Set the action to Run a JavaScript, then enter code to insert the current date or username (e.g., for date: event.value = util.printd('mm/dd/yyyy', new Date()); for username: event.value = identity.name;).
CautionThe username field uses the identity.name property, which must be set in Acrobat’s Preferences > Identity.
Save the PDF form with the dynamic field as a new file.
In Acrobat, go to the Stamp tool and choose to create a new custom stamp, selecting your saved PDF as the source.
Complete the custom stamp creation process, assigning a category and name.
Apply your custom stamp to a PDF; the dynamic text field will automatically populate with the current date or username each time it is placed.
Best practiceIf the dynamic field does not update, ensure JavaScript is enabled in Acrobat’s preferences.
When you use a custom stamp with a dynamic text field, Acrobat runs the JavaScript each time you place the stamp, updating the field automatically.
This runs in the Acrobat app - there is no separate API for this task.
A dynamic stamp is a special type of stamp that can automatically fill in details such as your name, the current date, and time. This is useful because it saves you time from manually typing this information for common tasks like marking documents as 'APPROVED' or 'RECEIVED'. The information comes from your Acrobat Identity preferences, making it easy to keep your stamps consistent and professional without extra effort.
No, a 'FINAL' stamp on your contract does not make it legally binding or prove its authenticity. A stamp is simply an annotation, like a visual note on the document. For legal proof and to ensure authenticity, you must use a digital signature. Digital signatures use cryptography to verify the signer's identity and ensure the document has not been changed after signing. Always use the 'Sign' feature for legal documents.
| Feature | Purpose | Authenticity / Proof |
|---|---|---|
| Stamp | Visual mark, status indicator (e.g., DRAFT, APPROVED), branding. | No cryptographic proof; it's an annotation, like a picture. |
| Digital Signature | Verifies identity of signer, confirms document integrity, legal validity. | Cryptographic proof; legally binding in many cases, shows document has not been altered. |