HTML2RTF

  • Thread starter Thread starter sb Luis
  • Start date Start date
sb Luis,

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

Hope this helps.
 
Nicholas Paldino said:
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).

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.

--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
 
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
 
Back
Top