Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 368 Bytes

Encrypt/Decrypt PDF files in any platform without installing anything but docker.

Build image

docker build -t crochik/pdfbox .

Encrypt file

docker run -it -v $PWD:/home crochik/pdfbox Encrypt -U <password> -keyLength 256 <input> <output>

Decrypt file

docker run -it -v $PWD:/home crochik/pdfbox Decrypt -password <password> <input> <output>