html2text icon
html2text icon

html2text

html2text is a command line utility, written in C++, that converts HTML documents into plain text.

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Windows  It is reported to run on Cygwin.
  • Linux
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • html-to-text
  • html2text
  • convert-html

html2text News & Activities

Highlights All activities

Recent activities

No activities found.

html2text information

  • Developed by

    Martin Bayer
  • Licensing

    Open Source (GPL-2.0) and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  68 Stars
  •  6 Forks
  •  1 Open Issues
  •   Updated  (Archived)
View on GitHub
html2text was added to AlternativeTo by 6432575487 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is html2text?

html2text is a command line utility, written in C++, that converts HTML documents into plain text.

Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output-file. The input-URI may specify a remote site, from that the documents are loaded via the Hypertext Transfer Protocol (HTTP).

The program is able to preserve the original positions of table fields, allows you to set the screen width (to a given number of output characters), and accepts also syntactically incorrect input (attempting to interpret it "reasonably"). Boldface and underlined text is rendered by default with backspace sequences (which is particulary usefull when piping the program's output into "less" or an other pager). All rendering properties can largely be costomised trough an RC-file.

Official Links