1

Is there a way to password protect PDF document while generation using any JS library? Something like-

doc = new jsPDF({'password':'lethal'});
var initialx = 10;
var initialy = 25;
var end = 190;

1 Answer 1

1

You can check library you use for method like setProtection or something else like in this library here. There are a lot of parameters You have to check but I am sure you'll handle it :)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.