Read HTML text

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,
There is anyway to read the text of a HTML page? Final text, not the HTML
code.

Thanks :)
 
If you want to read the text as it is rendered in IE, try adding
reference to MSHTML dll and play around with it.
 
Thanks!
I've added a reference to MSHTML. Now I need to know how to cast a .htm or
..html file in my hard drive to mshtml.IHTMLDocument2, to do
mshtml.IHTMLDocument2.body.innerText.

Thanks again :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top