Top "Reportlab" questions

A library for generating PDF in Python.

Templates pdf for invoices with ReportLab

I'm wondering myself if there's any template code for make invoices output in pdf with reportlab, I'm developing in Django …

django pdf reportlab invoices
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 …

python matplotlib reportlab
Two different pages with reportlab SimpleDocTemplate and Django

I'm using django and generating reports following this example, I need to generate a last page but without headers or …

python django reportlab
How to create a bulleted list in ReportLab

How can I create a bulleted list in ReportLab? The documentation is frustratingly vague. I am trying: text = ur ''' &…

python pdf reportlab
IOError: "decoder zip not available" using matplotlib PNG in ReportLab on Linux, works on Windows

I'm using ReportLab to print a chart produced by matplotlib. I'm able to do this on my Windows development machine …

python png python-imaging-library reportlab
Generate flattened PDF with Python

When I print a PDF from any of my source PDFs, the file size drops and removes the text boxes …

python pdf-generation reportlab pypdf
Conditional page break in reportlab

I am creating PDFs tables with Reportlab platypus. I don´t know, when the page is full because of the …

python django reportlab
Using python to convert PNG's into PDF's

I want to write a python script to convert PNG's into 2-page pdfs (i.e. 2 PNGs per PDF). The software …

python pdf-generation reportlab
ReportLab LayoutError: too large on page

I'm doing my first program using ReportLab where I don't know in advance where the page breaks will fall and …

python pdf-generation reportlab platypus
Pandas DataFrames in reportlab

I have a DataFrame, and want to output it to a pdf. I'm currently trying to use ReportLab for this, …

python python-2.7 pandas reportlab