Reputation: 13277
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:
Also, what kinds of rich editing controls are best to use in this circumstance?
Upvotes: 2
Views: 2530
Reputation: 6465
For display Word document, this is an intresting project using combination of Silverlight and OpenXML, worth having a look http://openxmldeveloper.org/articles/TextGlow.aspx
For editing, it will be more complex. Currently there are editors out there like CKEditor, TinyMCE, but they are mainly used for editing rich text but not as natural when it comes to handling document like word that has very rich page layout and device bound are support.
Upvotes: 1
Reputation: 11
Try TEEdit. It is great for doc and docx files. Allows for save and open buttons too...
Upvotes: 1
Reputation: 4934
I believe that telerik's Rad Editor supports the ability to paste from word.
From the site:
Seven Ways for Pasting from Word
Telerik ASP.NET Editor offers a number of features that help the user paste formatted content from Microsoft Word and other applications, and apply different types of format stripping:
Upvotes: 1