Does the editor have front end functionality ready? For now I could only see Back-end features

would i have to implement the web editor with backend functionality or does it have ready edit visual templates?

@suellen

Aspose.Words for .NET does not provide a UI or web control to create/modify Word documents. However, you can accept input from web user in your editor and then pass the HTML to Document constructor of Aspose.Words. After the HTML is loaded in Aspose.Words, you can perform Word document processing tasks e.g. save to PDF, images etc.