Dockerized wkhtmltopdf from https://hub.docker.com/r/icalialabs/wkhtmltopdf
This use IPA-JP Font.
# The example found at https://wkhtmltopdf.org:
docker run --rm -v $(pwd):/root atyasu/wkhtmltopdf-jp https://google.com/ /root/google.pdf
オプションもりもり
docker run -v $(pwd):/root atyasu/wkhtmltopdf-jp -s A6 -O Landscape --custom-header "User-Agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.94 Safari/537.36" --viewport-size 1280x1024 https://google.com/ test.pdf
MIT (c) a-yasui
Content type
Image
Digest
Size
81.6 MB
Last updated
over 5 years ago
docker pull atyasu/wkhtmltopdf-jp