Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

minimum dependencies for JasperReports

I am looking to use JasperReports 4.5.0 in a project of mine and would like to know what are the minimum dependencies for only PDF generation. I tried looking through their site and readme docs and found absolutely nothing. I also came across this installation wiki which seems very outdated (version 1.2.2). Is there any recent documentation of the required jars?

like image 556
Danny Avatar asked Nov 14 '22 13:11

Danny


1 Answers

I have a Java Swing app that uses Jasper Reports only for PDF generation. But it is version 3.7.2, not 4.5.0.

The minimum dependencies are:

  • iText
  • Apache Commons BeanUtils
  • Apache Commons Collections
  • Apache Commons Digester
  • Apache Commons Logging
like image 66
brunobastosg Avatar answered Jan 03 '23 10:01

brunobastosg