django-easy-pdf icon indicating copy to clipboard operation
django-easy-pdf copied to clipboard

Switch rendering backend to WeasyPrint

Open nigma opened this issue 7 years ago • 1 comments

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

nigma avatar Mar 06 '17 15:03 nigma

This branch is not yet available via pip install

acquayefrank avatar Mar 08 '17 18:03 acquayefrank