Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-renderpdf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-renderpdf

A django app to render django templates as PDF files.

  • 4.0.0
  • PyPI
  • Socket score

Maintainers
1

django-renderpdf

.. image:: https://github.com/WhyNotHugo/django-renderpdf/workflows/Tests/badge.svg :target: https://github.com/WhyNotHugo/django-renderpdf/actions/workflows/tests.yml :alt: Actions Status

.. image:: https://codecov.io/gh/WhyNotHugo/django-renderpdf/branch/main/graph/badge.svg :target: https://codecov.io/gh/WhyNotHugo/django-renderpdf :alt: Codecov coverage report

.. image:: https://img.shields.io/pypi/v/django-renderpdf.svg :target: https://pypi.python.org/pypi/django-renderpdf :alt: Version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/django-renderpdf.svg :target: https://pypi.org/project/django-renderpdf/ :alt: Python versions

.. image:: https://img.shields.io/pypi/l/django-renderpdf.svg :target: https://github.com/WhyNotHugo/django-renderpdf/blob/main/LICENCE :alt: Licence

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc