I need to find a way to stamp a printed copy of a pdf document with the name of the user who printed the document and the printing date and time.
Can anyone provide advice on how this might be achieved?
I need to find a way to stamp a printed copy of a pdf document with the name of the user who printed the document and the printing date and time.
Can anyone provide advice on how this might be achieved?
event.value = (new Date()).toString();AFDate_FormatEx("h:MM tt, mmm dd, yyyy");event.value = "By " + ((!identity.name || identity.loginName != (event.source.source || this).Collab.user) ? (event.source.source || this).Collab.user : identity.name) + " at " + event.value;