Sign inSign up

jxch/wkhtmltopdf-flask

By jxch

Updated over 1 year ago

https://github.com/jxch-docker/docker-build/tree/main/wkhtmltopdf-flask

Image
0

1.7K

jxch/wkhtmltopdf-flask repository overview

功能:

  1. url静态页面转pdf(必须是静态页面)
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"
}'

Tag summary

Content type

Image

Digest

sha256:6922530f1

Size

160.4 MB

Last updated

over 1 year ago

docker pull jxch/wkhtmltopdf-flask