Node.js API Client Library

The Node.js API client library enables easy implementation of the Pdfcrowd API in Node.js applications.

You can choose from the following installation options:

You can install the client library from npm
npm install pdfcrowd
  1. Download pdfcrowd-6.4.0-nodejs.zip.
  2. Extract the archive and run the following commands:
    cd pdfcrowd-6.4.0
    npm link
Clone pdfcrowd-nodejs from Github and install the library:
git clone https://github.com/pdfcrowd/pdfcrowd-nodejs
cd pdfcrowd-nodejs
npm link

Archived Versions