Skip to main content
Participant
September 14, 2023
Answered

I need a way to lock my PDF after it has been fill in.

  • September 14, 2023
  • 1 reply
  • 410 views

I have created a fillable PDF but I need a way to have my client lock the form after they fill out and sent it back to us. (this way they can't say we changed something) How can I do this that non-computer people will understand? a button they push after filling the form out?

This topic has been closed for replies.
Correct answer try67

The only safe way of doing that is to digitally sign the file. You can add the signature field to it before sending it to them. Then they would only need to click it and follow a simple dialog to have it signed. You can define the signature field in advance to lock all the fields in the file (via its Properties, under the Signed tab).

The signature can then be validated (using a public key), in case of any doubts that the file was edited after the signature was applied.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 14, 2023

The only safe way of doing that is to digitally sign the file. You can add the signature field to it before sending it to them. Then they would only need to click it and follow a simple dialog to have it signed. You can define the signature field in advance to lock all the fields in the file (via its Properties, under the Signed tab).

The signature can then be validated (using a public key), in case of any doubts that the file was edited after the signature was applied.