Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The right tool for this need is XSL-FO, as it's perfect for printable media. XSL-FO is also a W3C Recommendation, with XSLT. I've made a php tool that use XSL-FO as intermediate language for reporting, this XLS-FO is the result of merging (processing) the report XSLT template with your XML data.</p> <p>You create the template automagically using MS Word, and exporting as shown in the user manual. Then you feed the reporting Engine with the template, and at run time with the data XML. </p> <p>Also at runtime, the resulting XSL-FO report is rendered to:</p> <p>a) the same XSL-FO (if you want to debug or just want a XSL-FO)</p> <p>b) A perfect PDF, (ApacheFOP renders the XSL-FO)</p> <p>c) HTML with a XSLFO2HTML transformation.</p> <p>Here you have the project, its a symfony 1.4 plugin: <a href="https://github.com/juanmf/sfPlugins/tree/master/reportPlugin" rel="nofollow noreferrer">https://github.com/juanmf/sfPlugins/tree/master/reportPlugin</a></p> <p>I plan to decouple it from sf. Don't hesitate to ask anything. Here is the HowTo: <a href="https://github.com/juanmf/sfPlugins/blob/master/reportPlugin/doc/HowToReport.pdf?raw=true" rel="nofollow noreferrer">https://github.com/juanmf/sfPlugins/blob/master/reportPlugin/doc/HowToReport.pdf?raw=true</a></p> <p>This post might also give you some help: <a href="https://stackoverflow.com/questions/5519024/report-engine-solution-for-lamp-application/13042656">https://stackoverflow.com/questions/5519024/report-engine-solution-for-lamp-application/13042656</a></p> <p>Regards!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload