Sign inSign up

semprehealth/python-pdfkit

By semprehealth

Updated 3 months ago

Base image for using wkhtmltopdf with python to programmatically generate pdfs.

Image
1

10K+

semprehealth/python-pdfkit repository overview

python-pdfkit-docker-image

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

building

docker build --platform linux/amd64 . --tag semprehealth/python-pdfkit:<<python_version>>

# example
docker build --platform linux/amd64 . --tag semprehealth/python-pdfkit:3.11.4

pushing

docker push semprehealth/python-pdfkit:<<python_version>>

# example
docker push semprehealth/python-pdfkit:3.11.4

Tag summary

Content type

Image

Digest

sha256:9f1ee459f

Size

443.1 MB

Last updated

over 2 years ago

docker pull semprehealth/python-pdfkit