{"id":56090,"library":"jasperreports","title":"JasperReports","description":"A free Java reporting library that can create reports in PDF, HTML, XLS, CSV, and other formats.","status":"active","version":"7.0.6","language":"java","source_language":null,"source_url":"https://github.com/Jaspersoft/jasperreports","tags":["reporting","pdf","java","jasperreports","templates"],"install":[{"cmd":"<dependency>\n  <groupId>net.sf.jasperreports</groupId>\n  <artifactId>jasperreports</artifactId>\n  <version>7.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.sf.jasperreports:jasperreports:7.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JasperCompileManager","correct":"net.sf.jasperreports.engine.JasperCompileManager"}],"quickstart":{"code":"import net.sf.jasperreports.engine.JasperCompileManager;\nimport net.sf.jasperreports.engine.JasperReport;\nimport net.sf.jasperreports.engine.JasperFillManager;\nimport net.sf.jasperreports.engine.JasperPrint;\nimport net.sf.jasperreports.engine.export.JRPdfExporter;\nimport net.sf.jasperreports.export.SimpleExporterInput;\nimport net.sf.jasperreports.export.SimpleOutputStreamExporterOutput;\n\nJasperReport jasperReport = JasperCompileManager.compileReport(\"report.jrxml\");\nJasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, null);\nJRPdfExporter exporter = new JRPdfExporter();\nexporter.setExporterInput(new SimpleExporterInput(jasperPrint));\nexporter.setExporterOutput(new SimpleOutputStreamExporterOutput(\"report.pdf\"));\nexporter.exportReport();","lang":"java","description":"Compile a JRXML report template and export it to PDF."},"warnings":[{"fix":"Check the migration guide when upgrading from 6.x to 7.x.","message":"JasperReports 7.x requires Java 11+ and may have breaking changes from 6.x.","severity":"breaking","affected_versions":">=7.0.0"}],"env_vars":null,"search_vec":"'creat':9 'csv':15 'format':18 'free':3 'html':13 'jasperreport':1,22 'java':4,21 'librari':6 'pdf':12,20 'report':5,10,19 'templat':23 'xls':14","created_at":"2026-06-15T10:20:02.357982+00:00","updated_at":"2026-06-15T10:20:02.357982+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://jasperreports.sourceforge.net","github":"https://github.com/Jaspersoft/jasperreports","docs":"https://appdoc.app/artifact/net.sf.jasperreports/jasperreports/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}