RTF TO HTML Conversion

  • Thread starter Thread starter Adriano Galle Dal Prá
  • Start date Start date
A

Adriano Galle Dal Prá

Hi,

I have a table with rows formated in RTF and I need to convert all rows to
HTML format.
Someone knows how can I convert RTF to HTML?

Thanks for any help.

Adriano Galle Dal Prá
 
I had the same problem but what i did was just search for escape charaters
or meta data and replace it with html tags on the way out to a database.
Then on the way in from the database, i searched for all html tags and
replaced it with escape characters and metadata. In the acutal website, i
had one php page that collected the info from the db, and display the data.
-NuBBeR
 
Take a look at the FreeTextBox component by Jon Dyer at
www.freetextbox.com ... it's a very cool component that you can put on
your web pages. Best of all, it includes the source code in which he
has the ability to toggle back and forth between rich text and html.

Happy coding,
Steve
 
Back
Top