Skip to content

noverant/docker-alpine-wkhtmltopdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Wkhtmltopdf Docker Container

License: MIT Build Status

Usage

wkhtmltopdf with qt patches

yes, Alpine does have a wkhtmltopdf package... but it doesn't include the qt patches ... enjoy!

This image also has ARM64 support.

# i'm lazy
docker run noverant/docker-alpine-wkhtmltopdf google.com - > test.pdf

# or mount a local file (e.g. test.html)
docker run --rm -v $(pwd):/data noverant/docker-alpine-wkhtmltopdf /data/test.html - > test.pdf

Q&A

Is it really the smallest html to pdf docker image on the planet?

Yes.

About

wkhtmltopdf alpine docker container with headless qt patches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 94.6%
  • Shell 5.4%