This is a migrated thread and some comments may be shown as answers.

Load Rich Word document into RichText Editor

4 Answers 411 Views
Editor
This is a migrated thread and some comments may be shown as answers.
kamii47
Top achievements
Rank 1
kamii47 asked on 25 Jun 2013, 11:26 AM
I have some form where i am uploading the some word documetn and saving it into DB
Later i have to do some tokenization of these docuement.I currently didn't find any thing for loading editor from some file without copy pasting into the editor.
Any way i can load Word file [doc or docx] into rich text editor

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Jun 2013, 06:53 AM
Hello,

RadEditor is an XHTML/HTML editor which supports:
- Import from HTML/XHTML and Export to HTML/XHTML and plain text
- Export To PDF
- Limited Import from RTF and Export to RTF.

If you would like to load docx files into RadEditor, you will need to find a third party DOC(X) to HTML converter which will convert the doc(x) format to HTML content which you will be able to load in RadEditor via its server Content server property.

Another option is to use our RichTextBox for SilverLight control, which supports the DOCX format.

Best regards,
Rumen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
kamii47
Top achievements
Rank 1
answered on 28 Jun 2013, 01:16 PM
I will surely not use silverlight.Can you recommend/Mention any good third party DOC(X) to HTML which will have save effect as we copy word in the Clipboard and put it in the Editor?
I will be very helpful for you regarding it
0
Rumen
Telerik team
answered on 28 Jun 2013, 04:35 PM
Hello,

If you are copying and pasting content from MS Word into RadEditor's content area, you should not experience problems. RadEditor offers an option to strip the formatting through the provided via the clipboard content as shown in this live demo: Cleaning Word Formatting.

If you would like to load doc(x) file in the editor, you will need to search in Google for a DOC2HTML converter library, which we do not currently offer.

Kind regards,
Rumen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
kamii47
Top achievements
Rank 1
answered on 02 Jul 2013, 05:37 AM
Thanks Rumen.
I am exactly doing this.But not able to find any suitable .net based libary till date giving output like we copy from word into clipboard and pasted on the editor.
Can you please help me with name of one or two products.
Thanks
Tags
Editor
Asked by
kamii47
Top achievements
Rank 1
Answers by
Rumen
Telerik team
kamii47
Top achievements
Rank 1
Share this question
or