
Allows you to convert HTML code plain text.
Example

Running this code will convert the following HTML code to plain text:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

The following plain text is shown in the alert box:
- My First Heading
My first paragraph.
alert($plugin function("Data and Files Automation.dll", "$html to plain text", "<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>", "", "", "False"))