we use the PDF-XChange viewer as regfree with the result, that the default stamps are not available and dynamic stamps do not work as expected.
This means, that the stamps just get the current date without formatting and the user info is not set.
It looks like that the javascript does not run or stops working ...
Code: Select all
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;
Best regards
cew