Integration with Word Javascript API

We are using the Aspose .Net 2.0 profile to send an in memory doc to a thin client using content type (Response.ContentType = “application/ms-word”) . We have the need to display the same in a custom word add in. We are using the Office Web API for our plugin, The document is stored in a SQL db as html and aspose library is used to construct a document dynamically including headers/footers/fonts etc. This happens in a webservice which is currently being used by asp.net but we need the word add in to call a webservice( same or a different one) so that we can get exactly the same document as the thin client. Have you ever had a request like this before ? Any guidance would be appreciated

@ShaikatDas

Thanks for your inquiry. Aspose.Words for .NET does not provide any add-in. You may use Aspose.Words Cloud to achieve your requirement.

Could you please share some more detail about your requirement? We will then provide you with more information about your query.

We do not want a readymade add on. We are already evaluating aspose for word .Net plugin on our server and it works pretty well with asp.net . This is a medical transcription software where typists listen to audio and type out the letter which is then uploaded to our db. Our clients have different templates/letterheads/Font requirements which we store as HTML in our db and on demand we render it as a finished letter by combining what was typed and the template information to them via a browser using the aspose library . We are trying to implement the same solution inside word , so instead of clicking a button in a browser they will click a button in a word custom ribbon and the document will open inside the existing word instance. Since we will be purchasing aspose for word and we already have a webservice that sends a document to the browser we were wondering if something like this has been implemented using the Aspose for word .net library amongst your existing clients

@ShaikatDas

Thanks for your inquiry. Please note that 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 the add-in or plugin that work in the custom ribbon of MS Word.