This container runs a web service that converts Japanese HTML files to PDF using Google Chrome.
docker build -t html2pdf-api .
docker run -it --rm -p 8000:80 html2pdf-api
curl -F file=@filename http://127.0.0.1:8000 -o out.pdf
| Name | Name | Last commit date | ||
|---|---|---|---|---|