Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Rtf To Html
Rtf To Html
01-24-2006, 11:24 AM
angel_f
Joined on 11-28-2005
Posts 5
Rtf To Html
Reply
Quote
We have a legacy database that uses RTF for its formatted text.
I can read this field as a string or as a stream.
Can I use CuteEditor to convert this RTF to HTML without saving the rtf string to a file first.
I tried
CuteEditor.Convertor.RTF.RTF2HTML rtf2html = new CuteEditor.Convertor.RTF.RTF2HTML(rtf);
string ret = rtf2html.ParseRTF();
But RTF2HTML method requires a file name as parameter:
RTF2HTML
(string _fileName)
I need a method that will accept an actual rtf string or a stream.
Thanks
Angel
View Complete Thread