libhtml-formattext-withlinks-andtables-perl

Perl module to converts html to text with tables intact
  https://metacpan.org/release/HTML-FormatText-WithLinks-AndTables
  0
  no reviews



Html::formattext::withlinks::andtables was inspired by html::formattext::withlinks which has proven to be a useful `lynx -dump` work-alike.

this module can in a rudimentary sense do so. the aim was to provide facility to take a simple html based email template, and to also convert it to text with the structure intact for inclusion as "multipart/alternative" content.

further, it will preserve both the formatting specified by the
tag's "align" attribute, and will also preserve multiline text inside of a element provided it is broken using
tags.