DESCR 425 B

123456789
  1. html2text is a command line utility, written in C++, that converts HTML
  2. documents into plain text.
  3. Each HTML document is loaded from a location indicated by a URI or read
  4. from standard input, and formatted into a stream of plain text
  5. characters that is written to standard output or into an output-file.
  6. The input-URI may specify a remote site, from that the documents are
  7. loaded via the Hypertext Transfer Protocol (HTTP).