Python app to run JasperReport libraries - i.e. no JasperServer

前端 未结 2 586
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-24 08:30

I\'m looking to try and run Jasper reports (that have been written in iReports and exported to xml) from within a python application, without having to communicate with a Jasper

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-24 09:06

    Actually Jasper Reports are not implemented in Python, so the only way to have it serving to your Python code is to have Jasper Server running and awaiting Python requests over REST or other remote way of communication.

    Simply - no way to have Jasper without Jasper (server) in Python

提交回复
热议问题