Delphi 2010 - Text on TRichEdit to HTML -
i'm trying convert rich text on trichedit component html tags.i have function that, doesn't work because text in component sent on plaintext. option plaintext on component set false.
example: *text in richedit: house blue. when invoke function sent without bold format in text: rtftohtml(richedit.lines.text).
how can on component or in other side read text rtf?
i have read other questions , didn't solve problem. help.
there few 3rd party commercial components quite such wptools or trichview. both attempt optimize generated html using css styles applicable. both support delphi 2010, latest version of compiler (delphi seattle of answer).
Comments
Post a Comment