Base image for using wkhtmltopdf with python to programmatically generate pdfs.
10K+
python with wkhtmltopdf. This uses the bullseye (v11) of Debian, rather than v12 like semprehealth/python:3.11.4. This is because there is no pre-built binary of wkhtmltopdf for v12.
Published on dockerhub
docker build --platform linux/amd64 . --tag semprehealth/python-pdfkit:<<python_version>>
# example
docker build --platform linux/amd64 . --tag semprehealth/python-pdfkit:3.11.4
docker push semprehealth/python-pdfkit:<<python_version>>
# example
docker push semprehealth/python-pdfkit:3.11.4
Content type
Image
Digest
sha256:9f1ee459f…
Size
443.1 MB
Last updated
over 2 years ago
docker pull semprehealth/python-pdfkit