John Huang

Results 75 comments of John Huang

How about try to add `password`?

How about you try ```javascript { userPassword: '', password: 'XXX', ownerPassword: 'XXX', userProtectionFlag: 4 } ``` This is output of my test pdf from https://github.com/chunyenHuang/hummusRecipe/blob/master/lib/encrypt.js#L14

You may take look on the following codes as references too. https://github.com/chunyenHuang/hummusRecipe/blob/master/lib/text.js#L34