I have a silverlight app. I want it to serve up a word document through it.
The document will not exist anywhere physically, but will be coming into my silverlight app via a webservice call.
Is this possible?
I have a silverlight app. I want it to serve up a word document through it.
The document will not exist anywhere physically, but will be coming into my silverlight app via a webservice call.
Is this possible?
Have a look at TextGlow
TextGlow is a Silverlight 2.0 demo application for viewing Word 2007 documents in the browser.
This may be possible using the COM APIs to open the file in MS Word.