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.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
You can try pyJasper: http://pypi.python.org/pypi/pyJasper/0.4
I have no experience with that module myself.