Re: Efficient way to convert HTML doc to Plain Text

From: Marc Scheuner (mscheuner_at_mvps.org)
Date: 03/15/04


Date: Mon, 15 Mar 2004 08:34:32 +0100


>How can I extract or convert an HTML doc to plain text without all the
>markup ?

You could look at regular expressions to remove all the tags from your
HTML source code, leaving you with a simple, straight text file.

Marc



Relevant Pages

  • Re: HTML Parser
    ... Users edit the HTML doc and just put tags like or ... Processing of the tags is done in the OnHTMLTag event of the TPageProducer. ...
    (borland.public.delphi.thirdpartytools.general)
  • Efficient way to convert HTML doc to Plain Text
    ... How can I extract or convert an HTML doc to plain text without all the ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)