I am trying the most upvoted solution for html to rtf
that is by using the browser.
But even the simple start (everything stripped away)
<script type="text/javascript">
var webBrowser = new WebBrowser();
</script>
gives: ReferenceError: WebBrowser is not defined
What am I missing?