I'm looking for something similar to the html2text, w3m -dump , links -dump to turn an html input in a well formatted text (using padding etc... to render tables).
Is there anything pre-cooked in drupal?
html2text has a nice output but a) I need to fork b) it looks it doesn't support utf8.
The overall target is to write HTML email using a template and avoid to rewrite text email templates.