Skip to main content
Participant
June 24, 2019
Answered

Protect the format from Changes

  • June 24, 2019
  • 1 reply
  • 375 views

I have created a PDF Form and programmed all fields. However, I noticed that if anyone open the file though Acrobat pro, they will be able to modify the format or do some changes in the JavaScript code.

So, is there a way to block the users from changing the content, JavaScript code, or the format of the file while maintaining their ability to fill the form fields ?

Also, if restriction is possible, then will that affect extracting the data later from the PDF file ?

Thanks.

This topic has been closed for replies.
Correct answer try67

You can apply a security policy that prevents editing the file, but still allows the user to fill it in, and yes, you'll be able to extract the contents later on. However, keep in mind this is not really secure and there are ways around it.

To apply it go to File - Properties - Security and select "Password Security".

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 24, 2019

You can apply a security policy that prevents editing the file, but still allows the user to fill it in, and yes, you'll be able to extract the contents later on. However, keep in mind this is not really secure and there are ways around it.

To apply it go to File - Properties - Security and select "Password Security".