- Notifications
You must be signed in to change notification settings - Fork1
ToshY/docker-qpdf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
docker run -it --rm \ -v$(pwd)/files:/pdf ghcr.io/toshy/docker-qpdf:latest --helpNote
Make sure to mount to the/pdf directory on the container.
Merge PDFs using wildcard character*.
docker run -it --rm -v$(pwd)/files:/pdf --entrypoint /bin/sh ghcr.io/toshy/docker-qpdf:latest -c'qpdf --empty --pages *.pdf -- result.pdf'
Note: Entrypoint is changed to
/bin/shand supplying command with-c, as wildcard character*is interpreted by shell.
Build docker image fromdocker-bake.hcl with theAPPLICATION_VERSION argument the desired QPDF version.
docker buildx bake --set*.args.APPLICATION_VERSION=12.2.0The built image will be available with the default tagdocker-qpdf:local.
This repository comes with aMIT license.
About
Docker image for QPDF
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.