Skip to content

A simple HTML to PDF converter, based on Chrome Headless and NodeJs.

License

Notifications You must be signed in to change notification settings

Serli/pdf-converter

Repository files navigation

PDF Converter

Build Status JavaScript Style Guide Renovate enabled

A simple HTML to PDF converter, based on Chrome Headless and NodeJs.

API

GET /ping

curl -X GET http://localhost:3001/ping --include

POST /convert/pdf/

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

About

A simple HTML to PDF converter, based on Chrome Headless and NodeJs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •