libhtml-format-perl

Module for transforming html into various formats
  https://metacpan.org/release/HTML-Format
  0
  no reviews



Html::formatter is a base class for various formatters, which are modules that traverse an html syntax tree and produce various output file formats. there are currently three formatter classes included:

* html::formattext for converting to plain human-readable text
* html::formatps for converting to postscript
* html::formatrtf for converting to microsoft's rich text format (rtf)