Skip to content

Use ReportLab rather than LaTeX to generate reports?

Created by: baagaard-usgs

Generating PDF reports from Python may be cleaner using ReportLab (direct building of the PDF using Python) rather than Python -> LaTeX -> PDF.

The disadvantage of ReportLab is that figures must be images and cannot be PDF files, although I think there may be workarounds.