March 10, 2014

Reportlab: How to Create Custom Flowables

Reportlab is a very flexible PDF creation package for Python. You can layout your documents using absolute positioning or by using Flowable objects, such as a Paragraph, a Table or Frame. You can even mix the two together! In this article, we will be looking at how to create some custom Flowables. For example, what […]

Reportlab: How to Create Custom Flowables Read More »