reportlab
Draw images with canvas and use SimpleDocTemplate
I\'m writing pdfs with reportlab inside a django view, they are very simple, the header, the contents and the footer.[详细]
2023-02-17 13:55 分类:问答Using reportlab to build PDF with vector-based graphs generated by matplotlib
I\'m trying to build PDF-documents on the server-side in a Django-Installation using reportlab. These documents should contain several graphs which are to be created wit开发者_如何转开发h matplotlib.[详细]
2023-02-17 08:23 分类:问答Does a wysiwyg editor for report lab's rml exist?
I\'ve searched around for drag-and-drop editors which act similarly to MSAccess report builder but generates Report Markup Language™. However, I could not find any existing products.[详细]
2023-02-15 23:21 分类:问答rendering a ReportLab pdf built from SimpleDocTemplate
I\'ve a got a django app that currently generates pdfs using a canvas that the user can download. I create a StringIO buffer, do some stuff and then send call response.write.[详细]
2023-02-12 04:21 分类:问答reportlab: setting colspan for td in rml
I can\'t find any option, that would allow to set colspan for td el开发者_如何转开发ement in rml. Is that somehow possible?Gordon\'s suggestion of the blockSpan element worked for me. Here\'s an examp[详细]
2023-02-10 08:14 分类:问答Non-numbered pages in ReportLab
Is it possible to开发者_StackOverflow社区 generate a PDF file using ReportLab in such a way that the front page (and possibly table of contents) are excluded from the page numbering done by Platypus?Y[详细]
2023-02-10 04:49 分类:问答Python and ReportLab: add a string at the end of every page
I\'m building a pdf document wit开发者_运维技巧h reportlab, using the Paragraph class: doc = SimpleDocTemplate(response, leftMargin=lateral_margin, rightMargin=lateral_margin,[详细]
2023-02-09 20:23 分类:问答How to set any font in reportlab Canvas in python?
I\'m using reportlab to 开发者_开发百科create pdfs. When I try to set a font using the following method, I get a KeyError:[详细]
2023-02-08 19:40 分类:问答Wrap text in a table reportlab?
I use a table but, I draw in in a canvas to control the position of the flowables, this because I have a template in a pdf, an I merge with pyPDF.[详细]
2023-02-05 12:55 分类:问答Is there a matplotlib flowable for ReportLab?
I want to embed matplotlib charts into PDFs generated by ReportLab directly - i.e. 开发者_开发技巧not saving as a PNG first and then embedding the PNG into the PDF (i think I\'ll get better quality ou[详细]
2023-02-04 00:43 分类:问答