A regulator requested a stamped copy of an experimental protocol with version and approval metadata by tomorrow mornin…
Open the PDF file you want to stamp in Adobe Acrobat (Pro version required).
Press Ctrl+J (Windows) or Cmd+J (Mac) to open the JavaScript console.
In the console, enter a JavaScript snippet to add a stamp, such as: this.addAnnot({type: 'Stamp', page: 0, name: 'Approved', rect: [100, 400, 200, 500]});
CautionEnsure the stamp name (e.g., 'Approved') matches an existing stamp in your Acrobat installation.
Modify the 'page', 'rect', and 'name' parameters in the script as needed to control the stamp’s location, size, and type.
Best practiceYou can loop through pages to apply the stamp to multiple pages automatically.
Press Enter to execute the script and apply the stamp(s) to the PDF.
Save the PDF to retain the automated stamp placements.
You can use the JavaScript console in Acrobat Pro to quickly test and run stamp placement scripts on your open PDF.
This runs in the Acrobat app - there is no separate API for this task.
| Feature | Purpose | Security |
|---|---|---|
| Stamp | To visually mark document status (e.g., 'Draft', 'Approved'). | No cryptographic proof; easily removed or altered. |
| Digital Signature | To prove authenticity, integrity, and sender identity. | Cryptographically secured; provides legal proof. |
You would use a dynamic stamp because it automatically adds important details like your name, the current date, and time to the document. This saves you time and ensures consistency, as the information is pulled directly from your Acrobat Identity preferences, making it ideal for tracking document versions or receipt dates.
Yes, a stamp is an annotation, so it can be easily removed. Simply click on the stamp to select it, then press the Delete key on your keyboard or right-click the stamp and choose 'Delete'. This allows you to correct mistakes or update document status.
Yes, if you send a document that has a stamp applied, the recipient will see the stamp. Stamps are part of the document's visual content, acting as a visible overlay. They are saved with the document and are visible to anyone who opens it.