I have a [document=PDF] of the March inspection notes that needs our official [asset=stamp] with date, inspector initi…
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.
| Feature | Stamp | Digital Signature |
|---|---|---|
| Purpose | Shows status or note | Proves identity and document approval |
| Security | No cryptographic proof | Cryptographic proof |
| Placement | Annotation on top | Part of document security |
| Use case | Mark as APPROVED, DRAFT, etc. | Sign contracts, legal docs |
A dynamic stamp is helpful because it can automatically show your name, the date, and the time when you add it to a document. This means you do not have to type this information each time. It helps others see who marked the document and when.
Yes, the stamp will show clearly because it is added on top of the PDF as a new image or text. The stamp does not depend on the quality of the scan under it.
If you use a stamp instead of a digital signature for approval, the document will only show a visible mark that says it is approved, but it will not have any real security. Anyone can add or remove a stamp, and there is no way to prove who placed it or when. For important documents where you need to prove your approval or identity, you should use a digital signature, because it is protected and can be verified.