Convert html code to rtf file.
forked from html2rtf
npm install html2rtf --save
or
yarn add html2rtf
const html2rtf = require('html2rtf');
const path = require('path');
const filename = path.join(__dirname, 'example.rtf');
const html = `<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