Copy link to clipboard
Copied
How to change the date on the dynamic stamp. I am trying to stamp documents that I received last month, but the received daynamic stamp has my name and todays date how can I change it to a specific Date in the past
Copy link to clipboard
Copied
The simplest would be to change the system date, if you're able. Otherwise, you'd have to reconfigure the stamp file. Possibilities would include hardcoding the date or reprogramming to prompt the user for a date.
Copy link to clipboard
Copied
The simplest would be to change the system date, if you're able. Otherwise, you'd have to reconfigure the stamp file. Possibilities would include hardcoding the date or reprogramming to prompt the user for a date.
Copy link to clipboard
Copied
Thanks it worked. How can I locate the dynamic stamp file on the computer?
Copy link to clipboard
Copied
See Dynamic stamp secrets using JavaScript and Acrobat XI​ by Thom Parker. You want to search for the "user" "stamps" folder.
app.getPath ("user", "stamps");
The user stamp folder will not appear until a new stamp has been added using the "Create stamp" or "Manage Stamps" to add a new user stamp.
You should have added the stamp using the "Create Custom Stamp" or "Manage Stamps". You may also need to edit the field on the stamp and save it. Do not worry about any errors that may popup. When you apply the stamp the date should change and the name will change to match the logged in user. If the date does not change, open the JavaScript console and see if there are any errors.
Copy link to clipboard
Copied
how can I change it to a specific Date in the past
Flatten the stamp* and edit it with the "Edit text & image" tool.
* You can use these free tools: https://www.abracadabrapdf.net/utilitaires/utilities-in-english/acrobat-utilities/abracadabratools_e...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now