django-renderpdf
django-renderpdf copied to clipboard
📄 Django app to render django templates as PDF files.
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.3) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971)
Hello, Thanks for the code, it allowed me to very quickly render PDF in Django. One thing I could not do with your latest release is to resize images in...
OSError: cannot load library 'gobject-2.0-0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'
El proyecto tiene instalado: pip show django-qr-code Name: django-qr-code Version: 2.1.0 Summary: An application that provides tools for displaying QR codes on your Django site. Home-page: https://github.com/dprog-philippe-docourt/django-qr-code pip show django-renderpdf...
Hi there, I am using weasyprint directly and i cannot get the styles to work. I googled then found this and django-weasyprint. While I prefer to use django-weasyprint, I guess...
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.0...v1.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.292)
Hi I store all my static and media files on DigitalOcean Spaces (=S3 compatible). Normally this works fine. I noticed however that a static image is not rendered in the...
Fixes: https://github.com/WhyNotHugo/django-renderpdf/issues/63
See https://github.com/WhyNotHugo/django-renderpdf/issues/5#issuecomment-1975244093
Enhancing Django RenderPDF with WEASYPRINT_OPTIONS for customizable PDF generation.