How can I secure the pdf with password so that none can edit the pdf form with liveCycle?
Also is it possible to do password protect with javaScript? If possible how?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If you go to the File > Form Properties > PDF Security tab, you can set a password that will be required to open the form in LC Designer. The user will not need the password to open the form in Acrobat/Reader:
Niall
Views
Replies
Total Likes
Hi,
If you go to the File > Form Properties > PDF Security tab, you can set a password that will be required to open the form in LC Designer. The user will not need the password to open the form in Acrobat/Reader:
Niall
Views
Replies
Total Likes
Thanks. That works nice.
This type of password can be easily broken with software.
Is there any possibility to create password with JavaScript internally?
Views
Replies
Total Likes
Hi,
I believe that there are third-party software tools that can crack the password, but don't have any experience with these - really!
The password security will slow/prevent the average user from opening for the form in LC Designer. But it probably wont stop someone who is more determined.
I don't see how you would be able to script a solution, as the script would not fire when the form is opened in LC Designer.
Good luck,
Niall
Views
Replies
Total Likes
As fas as I know those crack tools for PDF's only handle static pdf's.
XFA forms genrally get destroyed and cannot be opened anymore.
Views
Replies
Total Likes
I have tested XFA form. It is not destroyed.
In acrobat, there is a code to block reader, reader version. i.e.
if(app.viewerVersion < 7).............
In this way, can we create a code so that none can open with liveCycle?
Views
Replies
Total Likes
No,
Designer doesn't care which scripts you use in the form.
It's the design tool and doesn't execute the scripts.
You should use the password setting as Niall described above.
If you're tool really can recover the password you should use a most secure one.
The tools often use brute force which will take too long if the password is longer than 12 digits (chars + numbers + symbols).
Here's a password generator.
http://thelivecycle.blogspot.com/2010/08/password-generator.html
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies