This microservice will convert HTML to PDF. The conversion will be done with wkhtmltopdf
$ make
$ curl -X POST http://localhost:8080 -H 'Content-Type: application/json' -d '{"content":"<h1>Test</h1><p>Hello world</p>","options":{ "pageSize": "letter" }}'
This is public domain.
Content type
Image
Digest
Size
203 MB
Last updated
over 7 years ago
docker pull kurzdigital/html-to-pdf