Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 203 Bytes

File metadata and controls

9 lines (7 loc) · 203 Bytes

html2pdf

Simple html to pdf converter in form of a HTTP server (Proof of Concept)

Usage

$ docker-compose up
$ curl -s -F "html=@page.html" http://localhost:3000/convert -o page.pdf