A Django app to generate pdfs from templates using wkhtmltopdf
Project description
A simple Django app to generate pdfs from templates using wkhtmltopdf.
The code is basically a fork of django-xhtml2pdf that uses wkhtmltopdf to avoid xhtml2pdf shortcomings.
Please note that the app is thought to be simple not feature rich.
Usage
In settings.py:
WKHTMLTOPDF_CMD = ‘/path/to/wkhtmltopdf’
In views.py:
from django_uwkhtmltopdf.utils import generate_pdf
- def myview(response):
resp = HttpResponse(content_type=’application/pdf’) result = generate_pdf(‘my_template.html’, file_object=resp) return result
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-uwkhtmltopdf-0.3.0.tar.gz
.
File metadata
- Download URL: django-uwkhtmltopdf-0.3.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f682837511ffe9098621aa1f6fe2a95ca8fc8887617e8c8fe20d631cfe3c3819 |
|
MD5 | b3c0dd975b3b02f721ebf556658b47e4 |
|
BLAKE2b-256 | 6e90f4f727b68a18d93ed222b83a99937ed5dfb38d0178bce37b3723ec3fc13d |