Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

wkhtmltopdf alpine docker container with headless qt patches

License

Notifications You must be signed in to change notification settings

telus-agcg-archive/docker-alpine-wkhtmltopdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Wkhtmltopdf Docker Container

License: MIT

Usage

wkhtmltopdf with qt patches

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

# Docker method
docker build -t alpine-wkhtmltopdf .
docker run alpine-wkhtmltopdf google.com - > test.pdf

# Docker shortcut
docker run technekes/docker-alpine-wkhtmltopdf google.com - > test.pdf

# Mounting with a local file (e.g. test.html)
docker run --rm -v $(pwd):/data technekes/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 100.0%