https://github.com/thomd/pdf-tools-with-docker
some PDF tools in a Docker container
https://github.com/thomd/pdf-tools-with-docker
docker ghostscript pdf
Last synced: 10 months ago
JSON representation
some PDF tools in a Docker container
- Host: GitHub
- URL: https://github.com/thomd/pdf-tools-with-docker
- Owner: thomd
- Created: 2018-10-02T19:57:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T14:59:30.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:42:50.203Z (12 months ago)
- Topics: docker, ghostscript, pdf
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Tools with Docker
## man-page to pdf
man -t man | docker run --rm -i thomd/pdf-tools ps2pdf - > man.pdf
## watermark
docker run --rm -v $(pwd):/data thomd/pdf-tools watermark "Confidential" in.pdf out.pdf
## merge
docker run --rm -v $(pwd):/data thomd/pdf-tools merge in-1.pdf in-2.pdf out.pdf