Editable Word Document from JSP

浪尽此生 提交于 2019-12-08 11:15:30

问题


Is there a way to create a link in a JSP page to a Microsoft Word document that you can edit and have it post back automatically to the server? I'm using Websphere Portal. Thank you!


回答1:


You could look into WebDAV. I believe Microsoft Word understands how to read and save documents from WebDAV servers. You would need to implement a WebDAV server for this to be possible but I'm sure there are a variety of open-source implementations available - a quick Google turns up this one which looks quite interesting.



来源:https://stackoverflow.com/questions/302284/editable-word-document-from-jsp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!