ReportLab
The ReportLab Toolkit allows you to create PDF files within Python. There is a library of functions to create your document using headlines, paragraphs, fonts, tables, charts, etc. By installing the Python Imaging Library (PIL) you can also add images to your documents.
Read more
Python Imaging Library (PIL)
Use the Python Imaging Library (PIL) to add image processing capabilities to your Vizard scripts. You can process an image and then load it as a texture within Vizard. Cutting, pasting, and merging images, rotating and resizing images, and image enhancement are some examples of what you can do. Setting up and using this 3rd party library is easy. Follow the instructions in this article and then check out the example scripts provided.
Read more

