On Sat, Sep 22, 2012 at 12:35 PM, Massimo Di Pierro < [email protected]> wrote:
> I am looking at the source code. Is this really one single file > (pollyreports.py)? I cannot find a single import in there and I cannot find > the word "pdf" in there either. Is that really the files that generates the > PDF? PollyReports.py provides a set of classes for database report writing. It assumes that you are using Reportlab to do PDF generation, but can work with any canvas-like object as desired. https://github.com/Solomoriah/PollyReports/tree/master/docs --

