Hello,
I have to print a 1 page pdf document. But I want there to be on top of the page a sequential number that would appear when I print for example 500 copies. There would be 001 on the first, 002 on the second, etc...
Can anyone help me with that?
Now go to Advanced - Document processing - Set document actions.
Select "Document will print" and click Edit.
Enter the following code to the window that opens:
this.getField("Text1").value++;
Press OK until all the dialogs are closed. Save the file.
You're done.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com