Get the rendered text from HTML (Delphi)

Posted by Daisetsu on Stack Overflow See other posts from Stack Overflow or by Daisetsu
Published on 2010-06-08T21:29:23Z Indexed on 2010/06/08 21:52 UTC
Read the original article Hit count: 781

I have some HTML and I need to extract the actual written text from the page.

So far I have tried using a web browser and rendering the page, then going to the document property and grabbing the text. This works, but only where the browser is supported (IE com object). The problem is I want this to be able to run under wine also, so I need a solution that doesn't use IE COM.

There must be a programatic way to do this that is reasonable.

© Stack Overflow or respective owner

Related posts about html

Related posts about delphi