Opening and Saving word from DB

We are working on a POC ( proof of concept ) where, word documents are saved in a db in HTML format.

We want to provide end users with a link to directly open word document in MS Word - on their local machine - and when they save/close, the document should be saved back to our server.

This could have been done using BHO ( Browser helper object ) but IE doesnt support BHO’s anymore in enhanced protection mode ( high security ).

Sharepoint does allow this but we don’t want to use share-point to achieve this.

Does Aspose.Words provide any plugin or something else to have the ability to open and close Word doc from a remote db ?

@patell.pranav

Aspose.Words for .NET is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Words does not provide any Plugin that opens and closes the Word document and stores it into database.

We suggest you please read the following article about saving document into database.
Save a Document to Database