Skip to content Skip to sidebar Skip to footer

Run Jasper Report (created With IReport) From Within Python Without Jasperserver?

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 metho

Solution 1:

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


Post a Comment for "Run Jasper Report (created With IReport) From Within Python Without Jasperserver?"