首页 前端知识 html-docx-js网页转为word格式框架

html-docx-js网页转为word格式框架

2024-05-29 10:05:25 前端知识 前端哥 578 416 我要收藏

第一步:安装html-docx-js依赖

npm install html-docx-js --save-dev

第二步:引入网页转为word格式方法

import htmlToDocx from 'html-docx-js/dist/html-docx';

第三步:使用网页转为word格式方法

const content = this.$refs.content.innerHTML;  //HTML内容
const blob = htmlToDocx.asBlob(content);

如果需要把word下载下来需要配合saveAs一起来用;

转载请注明出处或者链接地址:https://www.qianduange.cn//article/9907.html
标签
word
评论
会员中心 联系我 留言建议 回顶部
复制成功!