https://github.com/jxch-docker/docker-build/tree/main/wkhtmltopdf-flask
1.7K
功能:
services:
wkhtmltopdf-flask:
image: jxch/wkhtmltopdf-flask
ports:
- "5000:5000"
curl --location 'http://127.0.0.1:5000/pdf' \
--header 'Content-Type: application/json' \
--data '{
"url":"https://www.baidu.com"
}'
Content type
Image
Digest
sha256:6922530f1…
Size
160.4 MB
Last updated
over 1 year ago
docker pull jxch/wkhtmltopdf-flask