Input a URL, reads the web page HTML code and removes all HTML tags and outputs the non-HTML version to a text box that can then be copy and pasted in to any program.
License
Public DomainFollow HTML to Text converter.
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
msinet.ocx is provided, but it needs to be registered for HTML2Text.exe to work. After converting the HTML2Text.bas file to .vbs, I found that the code does not render the HTML, it strips the tags. It successfully strips Table tags, but the table is not output in a formatted fashion. Line 109 in HTML2Text.bas with text If RemoveAllSpaces(sWkg = "!--") Then Exit Do seems to be a coding error that needs the parenthesis moved to after sWkg.