Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Serli/pdf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors