Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whynothugo/django-renderpdf
📄 Django app to render django templates as PDF files.
https://github.com/whynothugo/django-renderpdf
django django-application html library pdf pdf-generation render templates
Last synced: about 14 hours ago
JSON representation
📄 Django app to render django templates as PDF files.
- Host: GitHub
- URL: https://github.com/whynothugo/django-renderpdf
- Owner: WhyNotHugo
- License: isc
- Created: 2017-10-14T18:41:03.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T16:19:17.000Z (about 1 month ago)
- Last Synced: 2025-02-06T11:15:31.294Z (about 14 hours ago)
- Topics: django, django-application, html, library, pdf, pdf-generation, render, templates
- Language: Python
- Homepage: https://django-renderpdf.readthedocs.io/
- Size: 143 KB
- Stars: 72
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
django-renderpdf
================**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.