Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrixr/pdf-render

A small webservice to generate PDFs out of webpages
https://github.com/patrixr/pdf-render

hacktoberfest node pdf puppeteer webservice

Last synced: 9 days ago
JSON representation

A small webservice to generate PDFs out of webpages

Awesome Lists containing this project

README

        

# PDF Render webservice

[![forthebadge](https://forthebadge.com/images/badges/uses-js.svg)](https://forthebadge.com)

Renders PDFs from either HTML or a URL

## Getting started

### Installing dependencies

```bash
yarn install
```

### Running the server

```
yarn start
```

## Endpoints

`POST /render/url`

`POST /render/html`