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