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

date stamp

New Here ,
Aug 10, 2018 Aug 10, 2018

Copy link to clipboard

Copied

Hi,

When i use poster to get the option for a date stamp, adobe automaticly choses to use two page´s, see pict.

Is there a way to get a "print date stamp" on top of the origenal pdf page, see pict.

tnx for helping,

greetings,

Kenneth

Views

902

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

correct answers 1 Correct answer

Community Expert , Aug 10, 2018 Aug 10, 2018

Maybe I misunderstood... If you're asking how to add it, then you can use a text field, as I suggested earlier.

You would need a script to populate it with the current date. Let's say the field is called "PrintDate".

Go to Tools - JavaScripts - Set Document Actions and under the Document Will Print event enter the following code:

this.getField("PrintDate").value = util.printd("dd-m-yyyy", new Date());

You can set the field's visibility to "Hidden, but printable" if you don't want the print date to b

...

Votes

Translate

Translate
Community Expert ,
Aug 10, 2018 Aug 10, 2018

Copy link to clipboard

Copied

The two things are not related. The "Labels" option only adds the file-name and page number to each "tile".

If you have a print date on the page it comes from something else, like a (print-only) text field, or something like that.

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
Community Expert ,
Aug 10, 2018 Aug 10, 2018

Copy link to clipboard

Copied

Maybe I misunderstood... If you're asking how to add it, then you can use a text field, as I suggested earlier.

You would need a script to populate it with the current date. Let's say the field is called "PrintDate".

Go to Tools - JavaScripts - Set Document Actions and under the Document Will Print event enter the following code:

this.getField("PrintDate").value = util.printd("dd-m-yyyy", new Date());

You can set the field's visibility to "Hidden, but printable" if you don't want the print date to be visible when the file is viewed on the screen.

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
New Here ,
Aug 10, 2018 Aug 10, 2018

Copy link to clipboard

Copied

LATEST

tnx for your advice but, I am not a pro user so the java script will not work for me.

I will consider the java option later, first I'll  try to find a other solution.

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