py-wkhtmltox

Python bindings for libwkhtmltox using Cython

View the Project on GitHub mreiferson/py-wkhtmltox

Python bindings for the fabulous libwkhtmltox using Cython

Special thanks to antialize for creating wkhtmltopdf

Installation

$ python setup.py install

Tested on:

Pre-requisites on all platforms:

OSX Notes

If compiling for OSX (64-bit Python/libwkhtmltox only), until this bug is fixed you need the qt_menu.nib directory from the QT source tree in the same directory as your libwkhtmltox.* library files.

Cython

If you want to re-generate C source (or have made changes to the Cython template file, .pyx) you need Cython (tested with 0.13):

$ easy_install cython