HTML TO RTF

  •  03-02-2006, 4:11 AM

    HTML TO RTF

     
    i have noticed this:
     
    string t=Editor1.Text;
       CuteEditor.Convertor.RTF.HTML2RTF html2rtf = new CuteEditor.Convertor.RTF.HTML2RTF(t);
      
       textbox1.Text = html2rtf.RTF;  // Get the string using the RTF property
     
    ,but ... my dll does not have this CuteEditor.Convertor.RTF.HTML2RTF  clases. How can i convert html to rtf ? But not save it in file or load it from file. My version is CuteEditor 5.0 Build 2005-10-22
View Complete Thread