| Author |
How to generate dynamic word document?
|
Murugesh Shriram
Greenhorn
Joined: Mar 31, 2005
Posts: 3
|
|
Hi, Could anyone help me out in generating dynamic word document from my java application. Immediate response is appreciated.... Regards, Murugesh S
|
 |
arnel nicolas
Ranch Hand
Joined: Dec 16, 2003
Posts: 149
|
|
Hi You may try looking @ the Jakarta POI project. These are sets of APIs that enables you to create and manipulate MS Excel and MS Word Docs. I have already tried to use the API and its cool.  [ April 01, 2005: Message edited by: arnel nicolas ]
|
 |
Poobhathy Kannan
Ranch Hand
Joined: May 26, 2004
Posts: 94
|
|
As arnel says jakarta's POI is the best choice. you can try itexr also. iText is a library that allows you to generate PDF files on the fly.you can generate .rtf and .html fils as well. Take a look here >>
|
http://learnertobeginner.blogspot.com/
|
 |
 |
|
|
subject: How to generate dynamic word document?
|
|
|