Run jasper report (created with iReport) from with

2019-07-10 02:19发布

问题:

Is there a way to run a jasper report from within python without using jasper server. We have jasper server up and running but there is some additional overhead by using this method and an extra layer of complexity. If it can be eliminated then great if not then our current solution will have to do.

回答1:

You can try pyJasper: http://pypi.python.org/pypi/pyJasper/0.4
I have no experience with that module myself.