完整代码在github仓库: 效果图 iframe使用 <template> {{ value }} </template> import { ref } from "vue"; const staticSrc = ref('') const preDict = { 预览word: 'http://ashuai.work/api/word.docx', 预览excel: 'http://ashuai.work/api/excel.xlsx', 预览ppt: 'http://ashuai.wor...
文档跟demo Docx 渲染库:https://github.com/VolodymyrBaydalka/docxjs#readme demo例子 安装依赖 npm 1. 使用API renderAsync( document: Blob | ArrayBuffer | Uint8Array, // could be any type that supported by JSZip.loadAsync bodyContainer: HTMLElement, //element to...
docx-previewgithub地址:https://github.com/VolodymyrBaydalka/docxjs 1.2 预览docx格式文件 <template></template>import { defaultOptions, renderAsync } from "docx-preview"; import axios from "axios"; export default { name: "", props: {}, components: {}, data() { return {}; }, computed:...
支持多种文件(docx、excel、pdf、pptx)预览的vue组件库,支持vue2/3。也支持非Vue框架的预览。 《演示效果》 《使用非Vue框架(原生js、React等)、或者Vue里面报错,看这里》 功能特色 一站式:提供word(.docx)、pdf、excel(.xlsx, .xls)、ppt(.pptx)多种文档的在线预览方案,有它就够了 ...
参见源码可以了解到 https://github.com/VolodymyrBaydalka/docxjs 项目没有默认导出即 export default,因此应该类似 import { praseAsync, renderAsync } from 'docx-preview' 的使用方式或 import * as docx from 'docx-preview'的方式 有用 回复 查看...
Learn more about how customized files appear on GitHub. 1 change: 1 addition & 0 deletions 1 examples/dist/assets/JsDocxDemo-8e361050.js Load diff Some generated files are not rendered by default. Learn more about how customized files appear on GitHub. 1 change: 1 addition & 0 ...
第一步:pull 项目https://github.com/kekingcn/file-online-preview.git 第二步:运行 ServerMain 的 main 方法,服务启动后,访问http://localhost:8012/会看到如下界面,代表服务启动成功 历史更新记录 2021年1月28日 : 2020农历年最后一个版本发布,主要包含了部分 UI 改进,和解决了 QQ 群友、 Issue 里反馈的...
第一步:pull项目https://github.com/kekingcn/file-online-preview.git 第二步:配置redis地址和OpenOffice目录,如 #===#spring Redisson配置#===# spring.redisson.address = 192.168.1.204:6379 ##资源映射路径(因为jar方式运行的原因) file.dir = C:\\Users\\yudian\\Desktop\\dev\\ ## openoffice相关配置...
简介:vue里使用docx-preview预览docx文件 文档跟demo Docx渲染库:https://github.com/VolodymyrBaydalka/docxjs#readme demo例子 安装依赖 npm i docx-preview -S 使用API renderAsync(document: Blob | ArrayBuffer | Uint8Array, // could be any type that supported by JSZip.loadAsyncbodyContainer: HTMLEle...
完整代码在github仓库:https://github.com/shuirongshuifu/staticServeExpress 效果图 iframe使用 <template> {{ value }} </template> import { ref } from "vue"; const staticSrc = ref('') const preDict = { 预览word: 'http://ashuai.work/api/word.docx', 预览excel: 'http://ashuai....