java - Generate an HTML report with BIRT from an HTML Template -


in project i'm working on, we're using birt generate html reports xml traces.

however these reports pretty simple , ugly , wish improve them. made mockup/template in html/css (and javascript want embedded in each reports) we're happy design, there seem problem (that should have seen before):

can use template birt? afaik, have design birt template using birt's tools ; , it'll lot of (useless) work so, , we're not sure we'll able obtain same design birt tweaked things tightly css.

you can give bookmarks of visualizations in birt report , use javascript api display content in template. alternatively, if building visualization in html template, can use rest api extract data json format , visualize in html pages.

you load external css file birt report.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -