1.0.4 • Published 2 months ago

html-to-docx-plus v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

html-to-docx-plus

使用方式和 html-to-docx 一样,具体使用方式可查看html-to-docx在其基础之上调整了

  1. 部分标签无法展示图片的问题

  2. 斜体、缩进、下划线等展示问题

npm install html-to-docx-plus

import * as HTMLtoDOCX from 'html-to-docx-plus';

await HTMLtoDOCX(htmlString, headerHTMLString, documentOptions, footerHTMLString)