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

date stamp

New Here ,
Aug 10, 2018 Aug 10, 2018

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

1.2K
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

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

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

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.

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 ,
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 be visible when the file is viewed on the screen.

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

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