aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes saving form in word format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "saving form in word format" Watch "saving form in word format" New topic
Author

saving form in word format

Anvi Dixit
Ranch Hand

Joined: Aug 28, 2006
Posts: 45
Hi

The HTML form is need to be saved in the local drive in the word format onclick of submit button .
can anybody help me out in this
thnaks in advance
Anvi Dixit
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
JavaScript does not have this ability. You would have to submit the document to the server. Have the server do the conversion with an api and than return it to the client so they can save it.

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: saving form in word format
 
Similar Threads
Reading a Word document
Java/Srtuts/Oracle opening
Saving a html page as a word document
JLS??
Using the JSP parameters to fill detail in a word document