django-easy-pdf
django-easy-pdf copied to clipboard
Switch rendering backend to WeasyPrint
This PR is tracking changes for the upcoming 0.2.0 release.
The main change is switching PDF rendering backend from xhtml2pdf
(unmaintained) to WeasyPrint
(actively maintained) for more accurate rendering and easier handling of linked resources like images.
Updated docs are at https://django-easy-pdf.readthedocs.io/en/develop/.
To install a pre-release build use pip install django-easy-pdf==0.2.0-dev1
This branch is not yet available via pip install