A simple HTML to PDF converter, based on Chrome Headless and NodeJs.
curl -X GET http://localhost:3001/ping --include
curl -X POST -H "Content-Type: application/json" http://localhost:3001/convert/pdf/ -d '{
"name": "test.pdf",
"content": "<h1>PDF</h1><p>This is a test</p>"
}' --output test.pdf