Without getting into a large debate as to the merits of doing so, can some one provide direction as to using a VSTO Application Level AddIn (Word 2007) to oepn a MS Word Document from either a database or a web service?
Thank you
Jacob,
Are you suggesting
- PC/AddIn Queries Server for a Document
- Server returns document to PC/AddIn
- PC/AddIn saves document locally (as temp file)
- PC/AddIn uses word Open document functionality to open the file locally
Then
- PC/AddIn Save these file locally
- PC/AddIn Uploads the file back to the server
That doesn't sound quite so hard... In fact it is the type of solution that has a level of simplicity that makes writing / debugging easy.
What advantage does one have using the above methodology as oppoased to WebDAV? Apparently webDav is what alfresco uses...
Another question though, Does word not have the functionality to open documents from a stream in its API?
T