PDF.cool
p/pdf-cool
HTML to PDF conversion API
Lakshan Perera
PDF.cool — HTML to PDF conversion API
2

PDF.cool is an API to convert any web page to PDF

Replies
Lakshan Perera
Hey all, I built PDF.cool to make the process of generating PDFs on your web apps easy (think invoice generation, shipping labels, downloading articles, etc). Right now, you'd probably use WKHTMLToPDF or a similar library to generate PDFs which needs constant monitoring and edge case handling. With PDF.cool you can stop worrying about those concerns and offload PDF generation to this service via API.
Ana Slipcevic
This seams to solve the task I had to do so many times on different projects (I think I used jsPDF for it). Sounds cool!