Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Generate word files from JSP
06-12-2008, 08:22 PM
Post: #1
Generate word files from JSP
How can I generate word files from JSP? Is there any libraries are available for this purpose?
Find all posts by this user
Quote this message in a reply
06-12-2008, 10:07 PM
Post: #2
RE: Generate word files from JSP
To generate word files from JSP. Just change the contentType of the JSP to application/msword. ie, add the following tag

<%@ page contentType="application/msword"%>
Find all posts by this user
Quote this message in a reply
06-12-2008, 10:22 PM
Post: #3
RE: Generate word files from JSP
Thanks. Thats working. But how do I format the contents.
Find all posts by this user
Quote this message in a reply
06-12-2008, 10:27 PM
Post: #4
RE: Generate word files from JSP
All htmls are valid and the output (word document) will be formated according to our html formatting
Find all posts by this user
Quote this message in a reply
06-12-2008, 10:27 PM
Post: #5
RE: Generate word files from JSP
Format using HTML.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: