Converting Html to Pdf using wkhtmltopdf.
Project description
dj-wkhtmltopdf
It works on wkhtmltopdf . dj-wkhtmltopdf will allow user to organize their own pdf generator through django admin without any deployment :).
Mainly I was inspired by django-wkhtmltopdf . When I am working on Eccomerce project we want to generate invoice for orders.So we preferred wkhtmltopdf for pdf generator using django-wkhtmltopdf wrapper. Every time we are doing some modifications in local server and pushing this modifications into production but we have faced different(I mean design) issues in production,then we resolved issues in local and pushed into production,but it is so painful then I came to this thought. Requirements:
Install the wkhtmltopdf . Python 2.6+ and 3.3+ is supported. Installation:
Run pip install dj-wkhtmltopdf.
Add ‘djwkhtmltopdf’ to INSTALLED_APPS in your settings.py .
Then run the python manage.py syncdb .
By default it will execute the first wkhtmltopdf command found on your PATH .
If you can’t add wkhtmltopdf to your PATH you can set WKHTMLTOPDF_CMD to a specific execuatable:
e.g. in settings.py:
WKHTML_TO_PDF_CMD = ‘/path/to/my/wkhtmltopdf’
You may also set wkhtmltopdf options through django admin or WKHTML_OPTIONS in settings.py to a dictionary of default command-line options.
Like this is: WKHTML_OPTIONS = { ‘–quiet’: True, } Important Note:
I’ve tested it only on Ubuntu but haven’t tested it on Mac and Windows. License:
MIT licensed. See the bundled LICENSE file for more details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dj_wkhtmltopdf-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fe5e347ed5c1ca352d6012f5b11c0b25525e5f3a9585630ad32f643c757baaf |
|
MD5 | 34a89e73c0b86eb1e9af55281fc6cbf4 |
|
BLAKE2b-256 | 0c01795887a5a750a4d6b32ce824dee8d31972a65acaf71f0c86060bb376e1c9 |