Does anyone have any idea how to use thetag so the table of content comes onto the 1st page and all text is coming behind. This is what i\'ve got so far, it generates the table of content behind my te
I\'m generating a PDF from HTML using Pisa.The pisa documentation (section 11.3) says that it is possible to repeat a row \"It is possible to repeat table rows if a page break occurs within a table. T
I\'m using pylons to serve a dynamically generated pdf document for reporting: my approach works in firefox & chrome (it displays the pdf inline if the plugin is available or otherwise downloads i
I have pisa producing .pdfs in django in the browser fine, but what if I want to automatically write the file to disk?What I want to do is to be able to generate a .pd开发者_JS百科f version file at sp
I\'m developing a simple GAE application that crawls some data from a given site and presenst it formatted in html/css.
I\'m using a standard example from the web (http://www.20seven.org/journal/2008/11/pdf-generation-with-pisa-in-django.html) to convert a django 开发者_Python百科view / template into a PDF.
I\'m trying to generate a pdf from template using this snippet: def write_pdf(template_src, context_dict):