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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.