I have web application that uses JasperReports for PDF report generation. I’d like to write a mobile version of my application, specifically iPhone development (iOS). Will this be possible?
I have web application that uses JasperReports for PDF report generation. I’d like to
Share
That won’t be possible for several reasons:
A possible solution would be to host a webservice that accepts a template and turns that into a PDF that gets return as a result, so you can display that in your app.