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
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
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.