HTML to rtf conversion?
-
:confused: How can i convert my HTML file to rtf file? Thanks, Kumar Saurabh
-
:confused: How can i convert my HTML file to rtf file? Thanks, Kumar Saurabh
Just copy and paste the text from IE into Wordpad or Word and save it as an rtf. Simon There's one for you, nineteen for me Sonork ID 100.10024
-
Just copy and paste the text from IE into Wordpad or Word and save it as an rtf. Simon There's one for you, nineteen for me Sonork ID 100.10024
Hi Simon, I don't 'vce to do this manually, but programatically. also i want my html file (with images) to be converted into rtf, not only text. when a HTML file opened in word is saved as rtf, then the conversion is done (this is done by automation) but gif's are not rendered, moreover, if you open the file using wordpad then you won't be able to see any image. Thnaks, Kumar Saurabh Software Engneer Syndew Pvt Ltd New Delhi India
-
:confused: How can i convert my HTML file to rtf file? Thanks, Kumar Saurabh
Its kinda of tedious but this one works. You need to parse the html content urself and construct the rtf, the rtf specs are available here Actually I have done the other way around by parsing rtf and then converting into html. For parsing html i think you need to convert it to xhtml or something like that and then construct rtf accordingly. If you find a easier way do let me know. Hope this helps. Cheers Kannan
-
:confused: How can i convert my HTML file to rtf file? Thanks, Kumar Saurabh