I want to create a pdf file with django. But I am using python 3. Is there already libary supportign python3? I found reportlab, pisa, html2py ... but I think no one supports python 3. I hope something like html2py is available.
EDIT: I just stumbled upon Django Easy PDF, which is compatible with Python 3 and might be more useful:
https://github.com/nigma/django-easy-pdf
Please note, however, that since writing this xhtml2pdf , which is a Django Easy PDF dependency, only Python 3 is supported if you install the latest beta with:
pip install --pre xhtml2pdf
WeasyPrint Python 3:
http://weasyprint.org/
Django. :
http://ampad.de/blog/generating-pdfs-django/
, , :
wkhtmltopdf ( apt-get) (info: https://wkhtmltopdf.org/)
wkhtmltopdf
pip install pdfkit (: https://pypi.python.org/pypi/pdfkit)
pip install pdfkit
Source: https://habr.com/ru/post/1523365/More articles:Invalid OpenCV Description File - opencvCan Twilio determine if a Google Voice number call will be sent to voicemail or to an actual person? - twilioCombining dictionaries with similar keys, but excellent values in C # - dictionaryHow to split long text inserted in on the paragraphs in the using any magic? - javascript What is the scope of several vars defined on the same line? - javascript Index with millions of lines in redis - indexing JNA for Android - android The round shape of the button is distorted with the length of the text inside. - android Android - JNA library - android jqgrid auto sorts data by a grouped column, how can this be disabled? - javascript All Articles