From 0540b857306c39e5f7077cc6b7a8eebf51448935 Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Fri, 24 Feb 2012 10:06:52 +0000 Subject: Add changelog and rename readme. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ff49df --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Converts html to PDF +==================== + +Provides a thin wrapper to the wkhtmltopdf binary from http://code.google.com/p/wkhtmltopdf/ + +REQUIREMENTS +============ + +Install the binary http://code.google.com/p/wkhtmltopdf/ + This may require libfontconfig (on Ububtu: sudo aptitude install libfontconfig) + +INSTALLATION +============ + +Add 'wkhtmltopdf' to INSTALLED_APPS. + +By default it will execute the first wkhtmltopdf command found on your PATH. +You can set WKHTMLTOPDF_CMD to a specific execuatable: + +e.g. + WKHTMLTOPDF_CMD = '/path/to/my/wkhtmltopdf' -- cgit v1.2.3