converting rtf data to html data in C#

C

Cheryl Yaeger

Hello!

I am trying to write a C# application that converts rtf data to html data. I
have found several examples on the Web that convert rtf (.doc) documents to
html and saves them as html files. What I am trying to do is read rtf data
out of a database text field, convert the rtf data to html, and store the
resulting html in another database table. What I can't seem to figure out is
how to create an object representing the rtf data in the module I am using
(Microsoft Word 10.0 Object Library). The objects in this COM object only
seem to reference data in actual .doc files. Please let me know if you have
any suggestions or need further clarification.

Thanks in advance,
Cheryl
 

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