diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:22:39 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:22:39 +0100 |
commit | 25cf30db173bdd708f07c33aca33f2f64087f4d5 (patch) | |
tree | 3a7a8f3f07a0523b90e9d5389a0795b18dbee198 /README.rst | |
parent | d843e33d973b550bb7b019c80f94034e0080b02a (diff) | |
download | django-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.tar.gz django-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.tar.bz2 django-wkhtmltopdf-25cf30db173bdd708f07c33aca33f2f64087f4d5.zip |
[ci skip] Update README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -8,19 +8,20 @@ django-wkhtmltopdf Converts html to PDF -------------------- -Provides a thin wrapper to the wkhtmltopdf binary from https://github.com/wkhtmltopdf/wkhtmltopdf -Get the wkhtmltopdf binaries from http://wkhtmltopdf.org/ +Provides a thin Django wrapper for the `wkhtmltopdf`_ binary. +.. _wkhtmltopdf: http://wkhtmltopdf.org/ Requirements ------------ Install the `wkhtmltopdf`_ binary. + This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``). -.. _wkhtmltopdf: http://wkhtmltopdf.org/ +.. _wkhtmltopdf: http://wkhtmltopdf.org/downloads.html -Python 2.6 +Python 2.6+ through 3.4 is supported. Installation |