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

Creating a Custom Dynamic date stamp

Community Beginner ,
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

Views

412

Translate

Translate

Report

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

Copy link to clipboard

Copied

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;

Votes

Translate

Translate

Report

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