Image conversion using RTF2HTMl

Last post 03-13-2009, 2:40 AM by krisurez. 0 replies.
Sort Posts: Previous Next
  •  03-13-2009, 2:40 AM 49830

    Image conversion using RTF2HTMl

    Hi,
        I have got a problem in RFT2HTML conversion and the reverse for images.
     
    For RFT2HTML conversion i am using the following code
     

    Dim html2rtf As New CuteEditor.Convertor.RTF.HTML2RTF(Editor1.text)

    rtfstr = html2rtf.RTF()
     
    This seems to be working fine,but when i try converting the RTF string again back to html the image is not getting converted
     
    For HTML2RTF conversion i am using the following code
     
    Dim rtf2html As New CuteEditor.Convertor.RTF.RTF2HTML(rtfstr)
     
    htmlstr = rtf2html.ParseRTF()
     
    Please let me know where i am going wrong.Some sample code will be very much helpful.
     
    Thanks & Regards
    Kris
View as RSS news feed in XML