Rich-Text Editing of Word Documents on the Web via ASP.NET
        Posted  
        
            by Caveatrob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Caveatrob
        
        
        
        Published on 2009-06-01T21:28:41Z
        Indexed on 
            2010/05/11
            3:54 UTC
        
        
        Read the original article
        Hit count: 447
        
My users upload Word 2007 documents to our site and I'd like to load them into a rich edit control of some kind so the users can make modifications/ comment, etc.
What mechanisms are available to:
- load the Word document via ASP.NET, and
- parse/format/display the document in a rich editing control?
Also, what kinds of rich editing controls are best to use in this circumstance?
© Stack Overflow or respective owner