Aspose Online document editor

I currently am working on a Contract Management Product that requires a “HTML editor” which can be embedded in an application which should allow the end user to upload a document and modifiy it accordingly as per their wish.

I have tried to find a way around the documentation provided on the website regarding “Aspose for .NET”, but currently have been unsuccessful in integrating the editor inside my code. Most of the sample code or the documentations that are available online are still limited in assisting me in any manner.
In addition to the query above i also need to know how much of Microsoft Word’s functionality this product can emulate.
The product i want to integrate is available at https://products.aspose.app/words/editor

@mohitmk98 Actually, Aspose.Words does not provide UI for editing document. Document editor you have referenced to is a demo project that used Aspose.Words as back end. You can get sources of this demo on our GitHub.