Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker image for QPDF

License

NotificationsYou must be signed in to change notification settings

ToshY/docker-qpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

📝 Quickstart

docker run -it --rm \  -v$(pwd)/files:/pdf   ghcr.io/toshy/docker-qpdf:latest --help

Note

Make sure to mount to the/pdf directory on the container.

📚 Examples

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/sh and supplying command with-c, as wildcard character* is interpreted by shell.

🧰 Build

Build docker image fromdocker-bake.hcl with theAPPLICATION_VERSION argument the desired QPDF version.

docker buildx bake --set*.args.APPLICATION_VERSION=12.2.0

The built image will be available with the default tagdocker-qpdf:local.

❕ License

This repository comes with aMIT license.

About

Docker image for QPDF

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2026 Movatter.jp