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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -