You can use Microsoft Word to do this. It can handle HTML files, and
then you can save it to RTF (although there might be a loss in the
conversion, I am not sure).
"sb Luis" <sb_luise@yahoo .com> wrote in message
news:%23t4K1FrE GHA.2708@TK2MSF TNGP11.phx.gbl. ..[color=blue]
> Hi,
> I want a DLL or a Class to convert HTML to RTF.
> Thanks.
>[/color]
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
message news:#vvz85tEGH A.1088@tk2msftn gp13.phx.gbl...[color=blue]
> You can use Microsoft Word to do this. It can handle HTML files, and
> then you can save it to RTF (although there might be a loss in the
> conversion, I am not sure).[/color]
In theory, there shouldn't be. RTF was designed (and is used) as a
universal wordprocessor file format. All of MSWord's document conversions
use RTF as an intermediate step. (Ie, The WordPerfect converter only knows
how to convert WordPerfect docs to & from RTF, while the Works convertor
only knows Works to & from RTF. So, to read a WP file and save it as Works,
it goes WP->RTF->Works.
You can use Office InterOps but client will need to have MS Word installed
on the system where your application is running. Also you might want to
customize it for versions of MS Word (on of my client was using Office 97).
Thanks,
Po
"sb Luis" <sb_luise@yahoo .com> wrote in message
news:%23t4K1FrE GHA.2708@TK2MSF TNGP11.phx.gbl. ..[color=blue]
> Hi,
> I want a DLL or a Class to convert HTML to RTF.
> Thanks.
>[/color]
Comment