I\'m using Pisa to convert HTML to PDF (in a Django project). It is very slow when handling tables that span over multiple pages:
I\'m using Django and my code to render the PDF is really typical: t = loader.get_template(\'back/templates/content/receipt.html\')
To start, I\'ve seen the other threads on this, and I have tried nearly everything to try to fix this but...
No module named utils python2.7/pisa-3.0.33-py2.7.egg/sx/pisa3/pisa_parser.py in <module>, l开发者_Python百科ine 29
I would like to customize the built-in table of content in Pisa so that i开发者_Python百科t includes clickable links to allow the user tonavigate to the content.
I have a Django application which prints out a pdf file. I would like to know how to change the pdf file output name. Here is my views.
Greetings, I\'m using PISA to generate some nice pdf of my web pages. Anyway I\'d need to put a footer div -only- in the last page of the pdf document. I found the tag \"@page lastPage\" in the offic
In my web app, writen in django, I met the need to convert an html template in a pdf document. I decided to use Pisa and this is the incriminated code:
I\'ve been trying to convert Hebrew html files without success; the Hebrew characters show up in 开发者_运维技巧the output PDF as black rectangles regardless of any encoding I tried.
Related to: django - pisa : adding images to PDF output I\'ve got a site that uses the Google Chart API to display a bunch of reports to the user, and I\'m trying to implement a PDF version. I\'m usi