Tue 21 Sep 2010
Reportlab Tables – Creating Tables in PDFs with Python
Posted by Mike under Cross-Platform, Python
[2] Comments
Back in March of this year, I wrote a simple tutorial on Reportlab, a handy 3rd party Python package that allows the developer to create PDFs programmatically. Recently, I received a request to cover how to do tables in Reportlab. Since my Reportlab article is so popular, I figured it was probably worth the trouble to figure out tables. In this article, I will attempt to show you the basics of inserting tables into Reportlab generated PDFs. (more…)
