Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Creating a Custom Dynamic date stamp

Community Beginner ,
May 14, 2021 May 14, 2021

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
652
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 15, 2021 May 15, 2021
LATEST

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;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines