Bug in HTML2RTF

  •  12-14-2007, 6:40 AM

    Bug in HTML2RTF

    We are experiencing problems when using text written in cuteeditor with custom font size.
    When saved in RTF it seems to be working nice but when we load it with

     
     
                            Dim rtf2html As CuteEditor.Convertor.RTF.RTF2HTML
                            rtf2html = New CuteEditor.Convertor.RTF.RTF2HTML(st.Text)
                            'rtf -> html font-size bug, adds without suffix (px) instead of pt.
                            ceText.Text = rtf2html.ParseRTF()
     
    There is no suffix in the result wich results in size counted in px instead of pt...
     
     

View Complete Thread