Hi there,
I'm having a problem with Acrobat 9 Pro and Win 7 Dynamic Stamps.
I'm an IT technician and I'm trying to help a client wich uses Adobe 9 Pro and Stamps...Dynamic ones.
Because we live and work in Portugal, I had to use the next string, in order to properly display user and "our" date and time.
String |
---|
event.value = (new Date ()) .toString(); AFDate_FormatEx("hh:mm dd mmm yy"); event.value = "By " + ((!identity.name || identity.loginName != (event.source.source || this).Collab.user) ? (event.source.source || this).Collab.user : identity.name) + " at " + event.value; |
Now the problem is that the client asked me to create a new dynamic stamp with the word: Superseeded...
I did..
I used the same string...
I followed the instructions at: http://acrobatusers.com/tutorials/print/custom_dynamic_stamp
And...Nothing...the stamps shows up just with the date and time of creation...
You can check it here:
https://dl.dropboxusercontent.com/u/18941050/Superseded.pdf
What can I do to solve this?
Best Regards