2
Folks someone can show me a tool Gerador de relatório
enabling integration with the PHP
, at this link: UI for PHP report design, there is information about the iReport, because I’ve even been using it, which by the way is a great tool, however your library in the PHP to Phpjasperxml it seems that it was discontinued (according to information I found on the web), with that there are resources of the iReport
that the library does not support. There is some alternative to iReport ?
iReport really is a great choice as a report generator, but its integration with PHP is not very cool anyway, I’m also having some similar problems ...
– NewUser
Dude, I’m using version 5.6 of Jasperdesigner, there’s some stuff that doesn’t work, but it’s fine
– Julio Cesar da Silva Barros
Hello, I know exactly what you need is the library phpjasper, really is very good. follow the link: https://github.com/geekcom/phpjasper
– geekcom
I found a repository on github "Quilhasoft/jasperPHP" with a PURE PHP library that generates PDF from the JRXML file, it has been very useful for min, https://github.com/QuilhaSoft/JasperPHP
– Rogerio Muniz de Castro