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
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