How to use Jasper Reports with AngularJS

2.6k views Asked by At

I googled for using JasperReports with AngularJS is possible or not, but I couldn't find any exact solution about that.

Let me explain our current situation and after that I will explain what I want to do.

We are using Spring for our application backend and JasperReports for generating reports on the server side. We have Pdf, Excel and HTML options for generating reports, all types of reports generated by JasperReports.

Now, we are developing a new application using AngularJS for front-end and again Spring for developing JSON based Rest services. Front-end and backend codes are running in different servers, we are using tokens for authentication.

My question, is it possible to generate reports with JasperReports and show to user in Pdf, Excel and HTML to users? If not, is there any solution to show reports to users in these formats with or without pagination?

Thx in advance.

0

There are 0 answers