Shrink and watermark PDF's from the command line
1.2K
Runs in Docker so you don't have to worry about all the dependencies:
Shrink PDF's by compressing images to a reasonable resolution
docker run -v "$(pwd)":/data --rm -it mpercival/pdf-tools shrink big.pdf small.pdf
Watermarks a multipage PDF file
docker run -v "$(pwd)":/data --rm -it mpercival/pdfkit watermark "Top Secret" secret.pdf secret_watermark.pdf
Content type
Image
Digest
Size
50.6 MB
Last updated
over 9 years ago
docker pull mpercival/docker-pdf-tools