0
this을 사용하여 RTF를 HTML로 변환합니다. 'ABC' ', 그룹의 자식이어야Itenso RTF를 사용하여 RTF를 HTML로 변환 할 수 없습니다
텍스트가 루트 레벨에 표시 할 수 없습니다
Dim rtfDocument As IRtfDocument = RtfInterpreterTool.BuildDoc(bodytxt.Text) Dim htmlConverter As New RtfHtmlConverter(rtfDocument) Dim html1 As String = htmlConverter.Convert()
하지만 첫 번째 줄에 오류가 발생합니다 :
코드는
내가 뭘 잘못하고 있니?
에
을'bodytxt.Text' 유효 RTF가 변경? –
yest, bodytxt는 서식있는 텍스트 상자입니다. –
그 대신'bodytxt.Rtf'를 사용하면 제대로 작동합니까? –