1
I have some files generated by Jasperreports (.jrxml) consulting an Oracle database. My question is in direct execution with parameterized in PHP (codeigniter framework), MVC standard.
I have tried some XML’s, but without success. I need to generate a PDF of these files already created.
There are some libraries. I’ve never done what you need but this library looks very intuitive: https://github.com/cossou/JasperPHP You can install using Composer and use it quietly
– girorme
@Turqspl I am only trying to encode in PHP the call of the report Jasperreports created. I have saved the report in the report folder and would just call through the button in PDF format.
– aleestevao