Thursday, May 28, 2015
How to add password to PDF using Apache PDFBox
AccessPermission ap = new AccessPermission();
ap.setCanModify(false);
StandardProtectionPolicy policy = new StandardProtectionPolicy(owners_pwd, users_pwd, ap);
doc.protect(policy);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment