pdfcrowd
v6.3.0
Published
A client library for the Pdfcrowd API. It lets you convert between HTML, PDF and various image formats.
Downloads
10,342
Readme
Pdfcrowd API - Node.js client library
The Pdfcrowd API lets you easily convert between HTML, PDF and various image formats in your Node.js applications.
To use the API, you need an account on http://pdfcrowd.com. If you don't have one, you can sign up here.
Installation
To install via npm:
$ npm install pdfcrowd
Or clone from GitHub and create a symlink in ~/.node_libraries
:
$ git clone [email protected]:pdfcrowd/pdfcrowd-nodejs.git
$ ln -s /path/to/pdfcrowd-nodejs ~/.node_libraries/pdfcrowd
Dependencies
- http native module
- querystring native module
- fs native module
Learn more
- API Home: https://pdfcrowd.com/api/
- API Reference: https://pdfcrowd.com/api/html-to-pdf-nodejs/
- Interactive API Playground:
License
This client library is licensed under the MIT License.