Orr151
Orr151

Reputation: 15

Word documents generation in web app using Eclipse BIRT Report Engine

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

Upvotes: 0

Views: 3555

Answers (2)

Paul Jowett
Paul Jowett

Reputation: 6581

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

Upvotes: 0

Mike Sickler
Mike Sickler

Reputation: 34451

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

Upvotes: 1

Related Questions