Is there a package and command that can secure rendered pdf with a password?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
There used to be a package achieving PDF encryption, but it relied on obsolete pdfTeX patches: Nowadays, you need an external tool to encrypt your PDF. Here is an example to encrypt a PDF with
That said, I guess a LaTeX package could be done to make use of |
|||||||||
|

pdftexa while ago and I don't thinkxetexhas it as well. You need to use an external tool on the compiled PDF afterwards to add this. – Martin Scharrer♦ Jul 27 '11 at 9:37pdftkor Adobe Acrobat (full version, not just the Reader). – Martin Scharrer♦ Jul 27 '11 at 9:44