Password protect PDF #465
-
Is there a way I can protect pdf with a password using browsershot? |
Beta Was this translation helpful? Give feedback.
Answered by
spaceemotion
Dec 29, 2020
Replies: 1 comment
-
Browsershot uses the chrome-built-in PDF "printer" which does not seem to support such a feature. The way I've done it is to use ghostscript as some kind of "post-processing" for additional things like password-protection (OwnerPassword). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
freekmurze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browsershot uses the chrome-built-in PDF "printer" which does not seem to support such a feature.
The way I've done it is to use ghostscript as some kind of "post-processing" for additional things like password-protection (OwnerPassword).