We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b204da1 + b014100 commit 344ecb0Copy full SHA for 344ecb0
examples/js/password.js
@@ -1,4 +1,7 @@
1
var doc = new jsPDF({
2
+ // jsPDF supports encryption of PDF version 1.3.
3
+ // Version 1.3 just uses RC4 40-bit which is kown to be weak and is NOT state of the art.
4
+ // Keep in mind that it is just a minimal protection.
5
encryption: {
6
userPassword: "user",
7
ownerPassword: "owner",
0 commit comments