Re: HTML To RTF conversion loses the < character

  •  08-27-2008, 10:04 PM

    Re: HTML To RTF conversion loses the < character

    Hi Adam
     
    I think you forgot to reference the link, no matter, you are right the EditorOnPaste setting is irrelevant to the convert RTF function, I was getting my data from a string placed in a SQL db by ce, however, here is a much more concise way to reporduce my issue, passing the string directly to the converter...
     
      Dim cuteconvertor As New CuteEditor.Convertor.RTF.HTML2RTF("a <= b if b >= c")
                strRTF = cuteconvertor.RTF

     
    The result of strRTF will be "a = c", it is a converter issue and until the new converter is in place is there any way around this..
     
    Thanks
     


View Complete Thread