Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavbhuva/node-pdfkit-example

A JavaScript PDF generation library for Node and the browser.
https://github.com/vaibhavbhuva/node-pdfkit-example

Last synced: 29 days ago
JSON representation

A JavaScript PDF generation library for Node and the browser.

Awesome Lists containing this project

README

        

# node-pdfkit-example
A JavaScript PDF generation library for Node and the browser.

## Requirements

- [Node and npm](https://nodejs.org) (v8.11.1 and v6.1.0)

## Running Locally

Make sure you have [Node.js](http://nodejs.org/) installed.
Clone the repo and install the dependencies.

```sh
git clone https://github.com/vaibhavbhuva/node-pdfkit-example.git # or clone your own fork
cd node-pdfkit-example
npm install
```

### To start the script, run the following

$ npm start