I am using Clojure to prototype integration of JasperReports in Spring. That works very well.
JasperReports is a quite capable report generator/library (Open Source with commercial support) which allows for the generation of pdf, MS Office ((MS Word, Excel, Powerpoint) and Open Office documents etc. http://jasperforge.org/projects/jasperreports Look at iReport for a GUI report designer http://jasperforge.org/projects/ireport Quite useful could be DynamicJasper, which is an Open Source third- party library "on top of" JsperReports which helps in the dynamic generation of reports as well as a series of common tasks like generating concatenated reports. http://dynamicjasper.sourceforge.net/ Good luck, Iwan On May 25, 12:22 am, Jim Tittsler <[email protected]> wrote: > Is there a library for generating PDF pages/reports with Clojure? (Or > a Java library that interoperates more naturally than others?) > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
