django-weasyprint icon indicating copy to clipboard operation
django-weasyprint copied to clipboard

A Django class-based view generating PDF resposes using WeasyPrint

Results 10 django-weasyprint issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.6.5) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.17.0)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...

dependencies

Hi, My current issue: the first image of the next page is not being rendered in a PDF. A simple html page doesn't have the issue. I am trying to...

This issue is somewhat selfish in nature. I prefer to use Function-Based Views, and would like to use WeasyTemplateResponse in these views with minimal boilerplate. Specifying `content_type` in the returned...

enhancement
help wanted

Hi! I maintain [django-renderpdf](https://github.com/WhyNotHugo/django-renderpdf/), which I wrote back in 2017 to, well, render PDFs. It also uses weasyprint under the hood. I've come across `django-weasyprint` a few times during the...

Is there a way to generate pages with arbitrary complex footer or header (ie.rendered template)?

question
wontfix

Old link not work: https://weasyprint.readthedocs.io/en/latest/install.html The moved docs into new page (i guess). New correct link is: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#installation

Link https://weasyprint.readthedocs.io/en/latest/install.html have this message: Project marked as spam Read the Docs has marked this content as spam and is not serving it anymore. Please [contact us](https://readthedocs.org/support/) if you think...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.11.0)