Command-Line API Tools

The PDFCrowd command-line tools call the conversion APIs from a terminal or script. They are included in the Python package; conversion runs on PDFCrowd's servers.

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

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.7.1-python.zip.
  2. Extract the archive and run the following commands:
    cd pdfcrowd-6.7.1
    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