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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.