An open API service indexing awesome lists of open source software.

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

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