django-easy-pdf
django-easy-pdf copied to clipboard
PDF views, the easy way
为什么中文会出现乱码,如何解决
Adding support for python 3, deprecating django.utils.six in favor of six module
as django3 remove the six pkg from utils, now six is separate pkg.
Enable `easy_pdf` to be installed in Django 3.0 by dropping the dependency of `django.utils.six` module, which is [no longer present in Django 3.0](https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis). Instead, the classes that need compatibility with...
Both inline and external css does not load. `python 3.7`
Cool project! Right now I am facing the problem, that I need to render the template file including the request parameter before creating the pdf view as my template file...
This proyect is active?
Hi everyone, I'm trying to display content on multiple pages, but, when the content is very long, this content is hiding, only the first page is displayed ( without the...
I tried providing page width in css, however it didn't work. Is it possible to generate pdf in landscape mode ?