User Profile
Collapse
-
The most easy way is some third part tools like Google Docs. If you have a web application and want to edit word in this web app, you can try aceoffix. -
Maybe you can try Aceoffix tool. It works like call MS Office in web page, so it has full function of Office. The good thing is, it can be put in your APP as a plugin.Leave a comment:
-
Without uploading or downloading, you can try Ace-offix. The following code is about how to save document online directly.
Code:FileRequest freq = new FileRequest(request, response); freq.saveToFile(request.getSession().getServletContext().getRealPath("doc/") + "\\" + freq.getFileName()); freq.close();Leave a comment:
No activity results to display
Show More
Leave a comment: