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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb117201ddefd177c42fc87a55c1915e70f6af5fc4d5c0d5fe8e4f659f8b863 |
|
MD5 | c59c2734c0f29f383780d8c872969949 |
|
BLAKE2b-256 | d0b6239cf772268e9935b82b310b695ebb9f009a64567ed63f9f102ab8346149 |