Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.05 KB

File metadata and controls

34 lines (23 loc) · 1.05 KB

Pdfcrowd API - Python client library

The Pdfcrowd API lets you easily convert between HTML, PDF and various image formats in your Python applications.

To use the API, you need an account on http://pdfcrowd.com. If you don't have one, you can sign up here.

Installation

The library runs on Python 2 and 3. It can be installed from pypi:

pip install pdfcrowd

Or you can download/clone the client and run

git clone https://github.com/pdfcrowd/pdfcrowd-python.git
cd pdfcrowd-python/
python setup.py install

Learn more

License

This client library is licensed under the MIT License.