Skip to content

crochik/pdfbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

Docker image to manipulate pdf files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published