Copy link to clipboard
Copied
I would like to add a notification to a digitally signed pdf, to the effect that printed copies are for reference only (i.e. cannot be assumed to be current). I would like this notice to appear only when the document is printed, not when it is viewed on screen.
The document being digitally signed, all changes seem to be disallowed.
Copy link to clipboard
Copied
Add the notification before you sign the document.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
All changes are blocked, even good ones. Even necessary ones, like redaction for release.
Copy link to clipboard
Copied
You can do it by creating the notification in advance, as a hidden (read-only) text field, and then use a script to change its display to "Hidden, but printable" when the field is signed. Let's say the field is called "SignedWarning".
Create it, apply the default value and set it as Hidden. Then go to the Properties of the Signature field and under the Signed tab enter the following code:
this.getField("SignedWarning").display = display.noView;
That should do it.
Copy link to clipboard
Copied
"I would like this notice to appear only when the document is printed, not when it is viewed on screen."
It is impossible, a signed document should not and cannot change its appearance.
So you cannot have elements that are only visible in print.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I know that we can run a script at the time of signing.
What I was explaining is that you can't have elements "invisible on screen and visible on print" in a signed document.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
You are right but I am not wrong.
You are talking about signatures with certificates while I was talking about AcrobatSign signatures.
See attachment.
😉
However, I do not find it reliable that a signed document can have two different aspects on screen and on paper.
Copy link to clipboard
Copied
I agree with your last point. In fact, I think fields in general should have been locked when the file is signed. It should not be possible to change them afterwards. The only thing that should be allowed is adding comments and signing.
Copy link to clipboard
Copied
Thanks, all. I just wanted a Reference Only stamp if the document is printed. Or a time stamp might have been adequate. But it is not to be.
Copy link to clipboard
Copied
You can try to add a comment (such as a Stamp) to do that.
Copy link to clipboard
Copied
I did try. It wasn't allowed. I forget the exact reason. It may have been because I did not create the document in the first place. It is a technical specification that is subject to revision.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now