views:

28

answers:

2

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?

A: 

Have a look at TextGlow

TextGlow is a Silverlight 2.0 demo application for viewing Word 2007 documents in the browser.

rudigrobler
A: 

This may be possible using the COM APIs to open the file in MS Word.

JohnEgbert