views:

175

answers:

2

Hi,

Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not find any example or tutorial.

What would you recommend as an alternative solution. As far as I know Jasper Reports allow only RTF format generation.

Thank you for your answer/explaination

+1  A: 

Yes, BIRT can generate a report in HTML, Postscript, PDF, Excel, and Word out of the box.

http://wiki.eclipse.org/BIRT/FAQ/Output_Formats

Mike Sickler
A: 

Other alternatives include Docmosis and JODReports. The Docmosis website has an online demo where you can get a feel for it.

jowierun