Telerik RadEditor filestream/string save to RTF

Posted by hoombar on Stack Overflow See other posts from Stack Overflow or by hoombar
Published on 2010-05-21T10:28:11Z Indexed on 2010/05/21 10:30 UTC
Read the original article Hit count: 1282

Filed under:
|
|
|

Hi, The required functionality I am aiming for is to pull out RTF content from a database, edit it through a web interface (with a WYSIWYG editor) and then place the modified text back in to the database (in RTF format).

The control that I am using to do this is Telerik RadEditor (we have a license already for these controls). In the most recent version there appears to be functionality to load in RTF content from a string or a stream, but the only method I can see that is exposed for getting RTF back out is exportToRTF(); this method modified the headers and allows you to save a RTF version of the content you have just edited as a file.

The functionality to convert from HTML to RTF must exist somewhere within their library as you can export a RTF file, but I can not find any publicly exposed methods to pass this in to a stream or a string.

Does anybody know of a way that I can convert the HTML back to RTF using the Telerik libraries without saving out to a file?

Thanks

© Stack Overflow or respective owner

Related posts about telerik

Related posts about ASP.NET