0

I want to convert HTML file to RTF File. It seems easy while working with simple HTML file. But my file contains some scripts which run at page load. Hence, not able to get proper HTML.

I checked with plenty of online tool & converters but none of them support scripting.

Does anyone know a solution?

Raghuram
  • 51,854
  • 11
  • 110
  • 122
Gourav
  • 1
  • If the script that needs to run is actually producing parts of the output, why not 'host it in a website' and read the result 'as a browser would' (page spider for instance). – Marvin Smit Nov 29 '10 at 11:19

1 Answers1

0

Run the website - then take the output which is HTML (using I.E. its View -> Source)

m.edmondson
  • 30,382
  • 27
  • 123
  • 206