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 install options:

install icon You can install the application from PyPI
pip install pdfcrowd
install icon Download pdfcrowd-5.18.1-python.zip, unzip it and run
cd pdfcrowd-5.18.1
python setup.py install
install icon Clone pdfcrowd-python from Github and install the tools
git clone https://github.com/pdfcrowd/pdfcrowd-python
cd pdfcrowd-python
python setup.py install