I need to have a preview&print option on some of my pages in order to print some tables containing information.
Is it possible to create a template page containing headers and footers and the information contained in the html table? It's the first time i'm doing this.
I've used once Crystal Reports in c#. Are there any similar plug-ins / sdks available for Java? If so,开发者_如何转开发 how can i accomplish this?
Of course Jasper Reports will do.
If you already have the data displayed in the page and need it only style differently, you can do it using only CSS - just define appropriate style for media type print.
I think http://jasperforge.org/projects/jasperreports will be fine for this.
精彩评论