RTF TO HTML Conversion

  • Thread starter Adriano Galle Dal Prá
  • 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á
 
N

NuBBeR

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
 
S

Steve Stoiche

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top