A Django app to generate pdfs from templates
Project description
THis project is wrapper code between the django project and the xhtml2pdf project.
What it does is simply allow people to create xhtml2pdf templates using all the cool django things like STATIC_URL etc.. (like one would for a webpage template), and the utils function makes all the images and ressources appear in the pdf.
Usage
Simply do the following:
from django_xhtml2pdf.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
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
File details
Details for the file django-xhtml2pdf-0.0.3.tar.gz
.
File metadata
- Download URL: django-xhtml2pdf-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981034b3e632b8670e2c7015bb56689c2f529d648ee054ae817b21d92a8cc7db |
|
MD5 | 507a56a6924a60a8eee9048e49b999f3 |
|
BLAKE2b-256 | cf629c93c6b11fc7a29940f7cf44f771a386688f64cc21dd996ae22a0ed0991c |