A client library for the Pdfcrowd API. It lets you convert between HTML, PDF and various image formats.
npm install pdfcrowdThe 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.
To install via npm:
$ npm install pdfcrowd
Or clone from GitHub and create a symlink in ~/.node_libraries:
$ git clone git@github.com:pdfcrowd/pdfcrowd-nodejs.git
$ ln -s /path/to/pdfcrowd-nodejs ~/.node_libraries/pdfcrowd
Dependencies
http native module*
querystring native module*
fs native module*
* API Home:
* API Reference:
* Interactive API Playground:
* Node.js:
* Express.js:
This client library is licensed under the MIT License.