npm install html2rtf --save
or
yarn add html2rtf
consthtml2rtf=require('html2rtf');constpath=require('path');constfilename=path.join(__dirname,'example.rtf');consthtml=`<div> <p>Welcome to RTF!</p> <p>This is a example</p></div>`;html2rtf(html,filename).then(res=>{console.log('done')}).catch(e=>{console.log(e)})'div','p','h1','h2','h3','h4','h5','h6','a','ol','ul','li','center','table','td','th','tr','sup','b','i','u','sub'
font-size, line-height, margin-top, text-indent
support color