Dear Expert:
I want to add the PRINT DATE to the bottom center of selected PDF documents when they are printed only?
This is similar to the basic feature in word, which is automatically updated anytime the document is printed. I could not find this feature anywhere in Acrobat.
I am new to Acrobat 8.0 Pro and Java Script. Thanks so much for your help.
1. Add a form field to the PDF at the loctation you want the date to appear.
2. Give the field a name like "PrintDate"
3. Enter a "DidPrint" script to set the actual date
On the Acrobat Menu select
(Advanced -> Document Processing -> Set Document Actions.. )4. On the "Actions" list select "Document Did Print" and then press the "Edit" button.
5. Enter the following script
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script