0
Creating a Custom Dynamic date stamp
Community Beginner
,
/t5/acrobat-discussions/creating-a-custom-dynamic-date-stamp/td-p/12038268
May 14, 2021
May 14, 2021
Copy link to clipboard
Copied
Is there a code or add-in that is similar to the Dynamic Received stamp, but instead of stamping the current date and time, it can read and stamp the date of the metadata found within a PDF file?
TOPICS
Create PDFs
,
JavaScript
,
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/creating-a-custom-dynamic-date-stamp/m-p/12038494#M312854
May 15, 2021
May 15, 2021
Copy link to clipboard
Copied
Do you know how to create dynamic stamps? If so, use this as the custom calculation script of the field where you want to display this information:
event.value = event.source.source.info.CreationDate;
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

