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.
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
- API Home: https://pdfcrowd.com/api/
- API Reference: https://pdfcrowd.com/api/html-to-pdf-python/
- Interactive API Playground:
This client library is licensed under the MIT License.