This a PHP library based on JasperReports library that let you create reports with a graphical tool (We recommend to use iReport)., (*1)
Once you finish your report with iReport you'll have a file with extension jrxml, using this library you will export this jrxml to PDF, XLS, DOC, DOCX, PPTX, CSV, HTML, ODS, ODT, TXT, RTF and we are working to let the library export to SWF., (*2)
Copy the jar jasper lib, ireport lib and mysql connector j lib in tomcat lib folder
Restart tomcat server
Edit php.ini,turn on setting -> allow_url_include = On;
Restart apache httpd server
Copy whole folder jasper-report-php-integration into htdocs
Include path of the library in php (require_once("http://localhost:8080/JavaBridge/java/Java.inc")), make sure path is correct and tomcat server is running.
run index.php
License
This program is free software, under the GNU/GPLv3 license terms.
See LICENSE.txt for the complete license., (*3)
The Versions
30/092016
dev-master
9999999-dev
This a PHP library based on JasperReports library that let you create reports with a graphical tool (We recommend to use iReport).