On Mar 7, 2018, at 4:23 AM, Ajit Abraham foxpro@ua-group.com wrote:
Before I make the final leap to Jasper, I want to ask those who are working with Python - as to what they are using for a GUI reporting tool similar to VFP and that which does not involve a reporting service to be run in the background!
While I don’t do much reporting in Python these days, I would recommend a simple templating system like Jinja or Mako to create the HTML output, and an HTML-PDF converter to create the output. I did a quick google around and found this article: http://pbpython.com/pdf-reports.html . It looks pretty straightforward.
-- Ed Leafe