Command Line API Clients

The Pdfcrowd command line tools enable easy use of the Pdfcrowd API from the command line.

The tools can be installed on any platform that runs Python (Linux, Windows, macOS). You can choose from the following installation options:

You can install the application from PyPI
pip install pdfcrowd
  1. Download pdfcrowd-6.4.0-python.zip.
  2. Extract the archive and run the following commands:
    cd pdfcrowd-6.4.0
    pip install .
Clone pdfcrowd-python from Github and install the tools:
git clone https://github.com/pdfcrowd/pdfcrowd-python
cd pdfcrowd-python
pip install .

Archived Versions