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

Export the Editor content to the Doc file.

2 Answers 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
vikram
Top achievements
Rank 1
vikram asked on 09 Mar 2009, 09:11 AM
Hi,
 I am using Rad Editor in my application and i want to export the content of editor (that includes images as well as text) to the doc file at server. Also the formating remains unchange in the Doc file.
Please suggest how i can implement this.

Thanks
Vikram

2 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 09 Mar 2009, 07:45 PM
Hey Vikram,

To the best of my knowledge there is no specific setting to export to Doc format.  You can save to an external html file or even export to PDF, but looking through the documentation I can't find anything about saving to that fantastic Doc format.
0
Rumen
Telerik team
answered on 11 Mar 2009, 04:44 PM
Hi Vikram,

RadEditor is a standard HTML/XHTML editor and it does not offer the requested RTF / Word import and export support out-of-the box, because the browser does not support this types of formatting itself.

In order to implement your scenario you should use some third party tool to convert the RTF / Word content to HTML markup and load it in RadEditor via its Content property. For your convenience I have found the following tools in Google:

http://www.docfrac.net/
http://www.codeguru.com/Cpp/controls/richedit/conversions/article.php/c5377/
http://www.easybyte.com/products/rtf2html.html

You can find more tools in Google: http://www.google.bg/search?q=word2html&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
vikram
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or