Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for Show only | Search instead for Did you mean:/t5/acrobat-discussions/how-to-change-the-date-on-the-dynamic-stamp/td-p/9348827 Sep 12, 2017 Sep 12, 2017
Copy link to clipboard
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
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
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.
2 2 Upvotes 4 Replies 4/t5/acrobat-discussions/how-to-change-the-date-on-the-dynamic-stamp/m-p/9348828#M69428 Sep 12, 2017 Sep 12, 2017
Copy link to clipboard
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.
2 2 Upvotes Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
/t5/acrobat-discussions/how-to-change-the-date-on-the-dynamic-stamp/m-p/9348829#M69429 Sep 12, 2017 Sep 12, 2017
Copy link to clipboard
Thanks it worked. How can I locate the dynamic stamp file on the computer?
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
/t5/acrobat-discussions/how-to-change-the-date-on-the-dynamic-stamp/m-p/9348830#M69430 Sep 12, 2017 Sep 12, 2017
Copy link to clipboard
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.