Documentation

Node.js API Client Library

The PDFCrowd Node.js client library lets server-side JavaScript applications use the conversion APIs. Conversion runs on PDFCrowd's servers.

For conversion guides, examples and API references, see the API documentation.

You can choose from the following installation options:

You can install the client library from npm
npm install pdfcrowd
  1. Download pdfcrowd-6.7.0-nodejs.zip.
  2. Extract the archive and run the following commands:
    cd pdfcrowd-6.7.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