Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wm3ndez/puppeteer-pdf


https://github.com/wm3ndez/puppeteer-pdf

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Puppeteer PDF
=============

Very simple Node app that converts an input into a PDF file.

Usage
-----

Run the server:

```bash
$ npm start
```

Generate a PDF:

```bash
curl -X POST -d "Hello, World" --output mypdf.pdf http://localhost:3000
```