Search

You searched for the word(s):
< 1 second(s)
  • Re: RTF to HRML conversion

    Hi Adam,Thanks for the prompt response. I tried it but when application runs I got following errorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Description: An error occurred during the ...
    Posted to Cute Editor for .NET (Forum) by angel_f on January 31, 2006
  • RTF to HRML conversion

    Few days ago I asked in this forum, if there is a way to convert HTML to RTF&nbsp; and RTF to HTML without using SaveToFile and Read&nbsp;from file. Adam give me some pointers&nbsp;&nbsp;about &nbsp;HTML to RTF conversion but from what I understood only version 5.2 will be able to do the opposite RTF to HTML. Now 5.2 is out but I still cannot ...
    Posted to Cute Editor for .NET (Forum) by angel_f on January 30, 2006
  • Rtf To Html

    We have a legacy database that uses RTF for its formatted text.I can read this field as a string or as&nbsp;a stream. Can I use CuteEditor to convert this RTF to HTML without saving the rtf string to a file first.I tried CuteEditor.Convertor.RTF.RTF2HTML rtf2html =&nbsp;&nbsp;new CuteEditor.Convertor.RTF.RTF2HTML(rtf);string ret = ...
    Posted to Cute Editor for .NET (Forum) by angel_f on January 24, 2006
  • Re: RTF To HTML

    That works great. Unfortunally I need the RTF to HTML as well &nbsp; I tried&nbsp;string&nbsp;_value = ''{rtf1 .....}''&nbsp;;&nbsp; CuteEditor.Convertor.RTF.RTF2HTML rtf2html = new CuteEditor.Convertor.RTF.RTF2HTML(_value);string ret = rtf2html.ParseRTF(); but RTF2HTML(_value);&nbsp; accept only a file name.
    Posted to Cute Editor for .NET (Forum) by angel_f on January 23, 2006
  • RTF To HTML

    I've noticed there are two methods saveRTF() and loadRTF()&nbsp; to&nbsp;save/retrieve editor's content to/from rtf file. This is great feature but I would like to load editor's content to a stream(or string variable) and&nbsp; save it to a database as rtf formated text.&nbsp;Is there any way to acomplish that without creating an actual ...
    Posted to Cute Editor for .NET (Forum) by angel_f on November 28, 2005