用于通过 WebDAV 处理文件的 Word 插件
我想制作一个 ms word 插件,它的作用是:
它要求某个用户提供与 WebDAV 服务器相对应的用户、密码和网络路径,如果输入正确,则显示一个用户可以从中使用的界面可以选择创建或打开文件。当用户打开文档时,他可以单击“保存”,该文件将在服务器上更新。
我问这是否可行,如果可行,我应该使用什么工具以及如何解决这个问题?
I want to make a ms word add-in, that does this:
It asks for a user, password and a network path which correspond to a WebDAV server, for a certain user, and if entered correctly, displays an interface from which a user can select to create, or open a file. When a user opens a document, he can click save, and that file will get updated on the server.
I'm asking if this is doable and if yes, what tools should I use and how should I approach the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您确实想推出自己的产品 - 而不是使用 Windows 或 Office 产品 - 您可以查看 http://wiki.exoplatform.com/xwiki/bin/view/JCR/Microsoft+Office+plugin
If you do want to roll your own - rather than using the Windows OR Office offerings - you might take a look at http://wiki.exoplatform.com/xwiki/bin/view/JCR/Microsoft+Office+plugin