A django app to render django templates as PDF files.
Project description
django-renderpdf is a Django app to render django templates as PDF files.
Introduction
Rendering PDFs for web developers is generally pretty non-trivial, and there’s no common approach to doing this. django-renderpdf attempts to allow reusing all the known tools and skills when generating a PDF file in a Django app:
Use Django template files, which are internally rendered as HTML and them PDF files.
Use staticfiles app to include any CSS or image files.
Simply subclass a PDFView class which has an interface very similar to Django’s own built-in View classes.
Documentation
The full documentation is available at https://django-renderpdf.readthedocs.io/.
Licence
django-renderpdf is licensed under the ISC licence. See LICENCE for 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 django_renderpdf-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 794e0f9cfcde0ca314ea13cdbbbe1d2033d68793cac4654b05ba9c62ce098d79 |
|
MD5 | 4126b7fbc6d35288b7ce1c080f6dfbfb |
|
BLAKE2b-256 | c74a8ce4f43b4fa009637d386225df1000f3b29f762aff15d9d79688649669c7 |