date stamp
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
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
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.