html-docx-js: html转word
2018-04-03 本文已影响0人
马丁的早辰
Node.js/Browser 共html转成word文档。
https://github.com/evidenceprime/html-docx-js
var converted = htmlDocx.asBlob(content, {orientation: 'landscape', margins: {top: 720}});
Node.js/Browser 共html转成word文档。
https://github.com/evidenceprime/html-docx-js
var converted = htmlDocx.asBlob(content, {orientation: 'landscape', margins: {top: 720}});