Jump to content
We've recently updated our Privacy Statement, available here ×

Store printed reports by users


SisifoWorks

Recommended Posts

Hi

I´m reading about JasperReport Server capabilities, and there are some issues I´m still confused about.
 
Does JRS store printed reports by users?. We have some web applications that have a lot of jasper reports, and we are thinking of integrate all this reports in JRS. But one of our requirements is that users will be able to loggin in JRS and see all their printed reports (i.e. the output PDFs)
 
 
Does JRS has a callback service for REST invocations?. When you print a report, you have to inquiry the server in order to disconver when the task is finished.

 

In case we finally use JRS, it would be the last version.

Thanks

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

If "Printing" means generating pdf file, JasperReports Server is able to store pdf files in each user's folder.

Pdf files can be generated by scheduing it in a background. Scheduling support repeated schedules so a schedule for a pdf file can be set once for a pdf file to be generated at a certain time.

Schedules can be listed from JasperReports Server web interface or using REST API using GET method.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...