** 通过Blob流在浏览器中打开pdf文件 ** const url = `/eehds/epidemic/print?taskId=${this.taskId}&isPrint=true`
**
**
const url = `/eehds/epidemic/print?taskId=${this.taskId}&isPrint=true` axiOS({ method: 'get', url: url, headers: {}, responseType: 'blob', }).then(response => { let blob = new Blob([response.data], { type: 'application/pdf;charset=utf-8' }) let href = window.URL.createObjectURL(blob) //创建下载的链接 window.open(href) })
来源地址:https://blog.csdn.net/qq_41985405/article/details/126967402
--结束END--
本文标题: 通过Blob流在浏览器中打开pdf文件
本文链接: https://lsjlt.com/news/384411.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0