pisa
Pisa pdf converter is very slow with large tables
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:[详细]
2023-04-09 00:40 分类:问答Django - Pisa generated pdf doesn't have spaces
I\'m using Django and my code to render the PDF is really typical: t = loader.get_template(\'back/templates/content/receipt.html\')[详细]
2023-04-03 22:07 分类:问答Pisa (XHTML -> PDF) in Django will not display images in PDF
To start, I\'ve seen the other threads on this, and I have tried nearly everything to try to fix this but...[详细]
2023-04-01 22:15 分类:问答Django python pisa no module utils
No module named utils python2.7/pisa-3.0.33-py2.7.egg/sx/pisa3/pisa_parser.py in <module>, l开发者_Python百科ine 29[详细]
2023-03-17 07:30 分类:问答Is it possible to customize Table of content in PISA to make it clickable to content?
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.[详细]
2023-03-17 03:20 分类:问答Django: change pdf file name using pisa reportlab
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.[详细]
2023-02-23 22:09 分类:问答Pisa and lastPage
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[详细]
2023-02-09 09:44 分类:问答Problems generating pdf from HTML with Pisa (Python)
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:[详细]
2023-02-05 16:16 分类:问答trouble using xhtml2pdf with unicode
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.[详细]
2023-01-22 06:06 分类:问答Using an image URL for link_callback in the pisa html to pdf library
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[详细]
2023-01-22 03:25 分类:问答