HTTP Service to convert HTML to PDF.
100K+
HTTP Service to convert HTML to PDF.
It was designed to run as a microservice. So make sure that you have a security layer to encrypt the traffic.
docker build -t werkspot/html2pdf .
docker run -it --rm -p 8000:8000 werkspot/html2pdf
curl http://localhost:8000 --data @file.html > file.pdf
More examples on /examples.
Content type
Image
Digest
Size
154.1 MB
Last updated
over 6 years ago
docker pull werkspot/html2pdf