All Projects â†’ WhyNotHugo â†’ django-renderpdf

WhyNotHugo / django-renderpdf

Licence: ISC license
📄 A Django app to render django templates as PDF files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-renderpdf

Preview Email
Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!
Stars: ✭ 112 (+202.7%)
Mutual labels:  templates, render
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (-29.73%)
Mutual labels:  templates, render
Django Settings Export
Access Django settings from templates the right wayâ„¢
Stars: ✭ 167 (+351.35%)
Mutual labels:  templates, django-application
Comply
Compliance automation framework, focused on SOC2
Stars: ✭ 596 (+1510.81%)
Mutual labels:  templates, pdf-generation
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (+78.38%)
Mutual labels:  templates, render
vtex-cms-sauce
VTEX package for handling CMS requests.
Stars: ✭ 25 (-32.43%)
Mutual labels:  templates
OSCE
Some exploits, which I’ve created during my OSCE preparation.
Stars: ✭ 74 (+100%)
Mutual labels:  templates
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (+191.89%)
Mutual labels:  pdf-generation
django-siteforms
Django reusable app to simplify form construction
Stars: ✭ 15 (-59.46%)
Mutual labels:  django-application
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (-24.32%)
Mutual labels:  templates
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (+64.86%)
Mutual labels:  templates
openfaas-rstats-templates
OpenFaaS templates for R
Stars: ✭ 17 (-54.05%)
Mutual labels:  templates
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (-2.7%)
Mutual labels:  templates
opendocs
Documentation resources
Stars: ✭ 46 (+24.32%)
Mutual labels:  templates
CP-Templates
Competitive Programming Templates
Stars: ✭ 28 (-24.32%)
Mutual labels:  templates
cent
Community edition nuclei templates, a simple tool that allows you to organize all the Nuclei templates offered by the community in one place
Stars: ✭ 315 (+751.35%)
Mutual labels:  templates
AzureDevOpsPipelines-Templates
This project shows how to use YAML templates in Azure DevOps Pipelines.
Stars: ✭ 35 (-5.41%)
Mutual labels:  templates
python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (+2.7%)
Mutual labels:  django-application
pdf-annotation-service
Client and service for embedding highlights into PDF documents
Stars: ✭ 32 (-13.51%)
Mutual labels:  pdf-generation
weasydoc
Convert R Markdown to PDF Using Weasyprint (or Prince XML)
Stars: ✭ 40 (+8.11%)
Mutual labels:  pdf-generation

django-renderpdf

Actions Status Codecov coverage report Version on PyPI Python versions 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].