VSTO addin (2003-2007) Ms Word & Webservices

I am planning to start my first VSTO project.

I want to be able to:

  • Download and download versions of MS Word Document for Web Service. With Authentication By Overriding Save Button

  • Call the web service to display a bunch of tag that you can insert into your document. When the user double-clicks on a tag, the selected tag is inserted at the cursor position.

I'm sure this is all possible, just need confirmation? I would also like to know how long it will take to do something like this. I think the biggest challenge would be authenticating and the list of files to remove to download, then allowing the user to download the .doc and restore previous versions of that file through the web service.

+2


a source to share


1 answer


Yes, I see no reason for this to be impossible. With the addition of VSTO, you can have full control over words, upload documents, upload documents, save them anywhere, etc. Web service authentication and processing is completely separate from vsto. But they can all live in addition to VSTO.



+1


a source







All Articles