Convert HTML with scripts to RTF
I want to convert HTML file to RTF File. It seems easy while working with simple HTML file. But my file c开发者_运维技巧ontains 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?
Run the website - then take the output which is HTML (using I.E. its View -> Source)
精彩评论