Home
Analytics
Birt Report Design for XML Data
sivakumar_n
Hi,
I want to generate the PDF from XML data in my java application. Now iam using Apache FOP to convert XML Data into PDF.
I like to know how the PDF Generation can be replaced using Actuate BIRT.
is it possible to design the report to generate as PDF from XML data?
Please help me !!!
Find more posts tagged with
Comments
Virgil Dodson
Hi sivakumar_n,<br />
<br />
Yes, BIRT will make it much easier to generate PDF files from XML data. Instead of using XSLT, you can now use a graphical design tool to navigate the data and lay out the report. There is an XML wizard that helps you set up where the data comes from. For output, you can easily switch between HTML, PDF, XLS, PPT, DOC, etc, with the same report design.<br />
<br />
After you download BIRT, you can download an XML datasource example from here:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=70'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=70</a><br
/>
<br />
If you just want to see how this works, watch this video:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=163'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=163</a><br
/>
and you will see the Web Services datasource that is very similar to the XML datasource.