html-to-docx-plus
v1.0.4
Published
HTML转DOCX
Downloads
6
Maintainers
Readme
html-to-docx-plus
使用方式和 html-to-docx 一样,具体使用方式可查看html-to-docx在其基础之上调整了
部分标签无法展示图片的问题
斜体、缩进、下划线等展示问题
npm install html-to-docx-plus
import * as HTMLtoDOCX from 'html-to-docx-plus';
await HTMLtoDOCX(htmlString, headerHTMLString, documentOptions, footerHTMLString)