ASP.NEt Word in browser

We currently have Aspose.Word and we also want to display/edit the Word document in the browser.
Desired functionality
The document is merged with values from the database as we currently do. User adds comments to document and saves result to database.

This message was posted using Aspose.Live 2 Forum

Hello

Thanks for your inquiry. Aspose.Words is a class library for processing Word documents programmatically, it does not provide user interface for editing your documents. Of course you can create your own user interface for editing documents and use Aspose.Words in underline level, but I think it will require a lot of efforts from your end.
You can use Document.SaveToImage method to generate preview of your document.
Best regards,