Currently, I am using Jasper Report within my application to generate reports in PDF format, which is working well. However, we now need the ability for users to view these reports in HTML format within the application without the inline CSS present in the Jasper-generated HTML. We prefer to use our own CSS to maintain the consistent look and feel of the application. If anyone has suggestions on how this can be achieved, please share.
Additionally, we are looking for a solution to avoid displaying a large number of records on a single HTML page. Any ideas on how we can implement pagination in this particular scenario would be greatly appreciated.