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

PDF views, the easy way

Results 47 django-easy-pdf issues
Sort by recently updated
recently updated
newest added

Delete the colon to get the right format.

Will this work in python3.6 and can I be able to add my context data. I think I tried this and did not work but its been a while so...

Django looks in the jinja2 subdirectory, so this should work out of the box with the jinja2 template engine, if APP_DIRS is set to true in the template settings, i.e....

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...

i notice the demo wrote ``` pagesize="A4" ``` not ``` pagesize =A4 ``` but if i want to get a pdf with (10.0,10.0) size, what should i do? how to...

Hi guys, I managed so far to get this package working for xhtml2pdf==0.0.5. For newer version, I get the following error in xhtml2pdf. The decoding of the rendered pdf text...

I'm experiencing a problem where the list style type of a list item is not rendered if there is a block element inside the list item. For example, the following...

Seems that no matter what I try, I can't get borders and spacing to work properly. I tried running demo.py and it produces a PDF but none of the tables...

It seems that for some reason the dafault styling found [here](https://github.com/nigma/django-easy-pdf/blob/master/easy_pdf/templates/easy_pdf/base.html#L8) is overriding custom styles in the `layout_style` and `extra_style` blocks. If I for example want to change the `font-size`...