|
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?
|
|||
|
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"%> |
|||
|
06-12-2008, 10:22 PM
Post: #3
|
|||
|
|||
|
RE: Generate word files from JSP
Thanks. Thats working. But how do I format the contents.
|
|||
|
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
|
|||
|
06-12-2008, 10:27 PM
Post: #5
|
|||
|
|||
|
RE: Generate word files from JSP
Format using HTML.
|
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help




