注意,vue项目要先下载插件哦 cnpm i docx-preview --save <template> <el-button @click="goPreview">点击预览word文件</el-button> <el-button @click="downLoad">点击下载word文件</el-button> <!-- 预览文件的地方(用于渲染) --> </template> // 引入axios用来发请求 import axios from "a...
参见源码可以了解到 https://github.com/VolodymyrBaydalka/docxjs 项目没有默认导出即 export default,因此应该类似 import { praseAsync, renderAsync } from 'docx-preview' 的使用方式或 import * as docx from 'docx-preview'的方式 有用 回复 查看全部 2 个回答 推荐问题 网站的不同域名互相跳转如何保持登...
第一步:pull项目https://github.com/kekingcn/file-online-preview.git 第二步:配置redis地址和OpenOffice目录,如 server.port = 8012 spring.http.encoding.charset = utf8 ## Freemarker 配置 spring.freemarker.template-loader-path = classpath:/web/ spring.freemarker.cache = false spring.freemarker.charset...
项目file-preview基于kkFile进行改造,完全兼容kkFile,并在kkFile的基础上增加旧版本doc、xls文件的在线预览,新增支持可选网关配置,升级poi组件到了最新4.1.2版本,新增支持下载原文件,修复了kkFile的一些问题,规范化了大量代码,简化了部分代码逻辑。 关于kkFile介绍: 使用spring boot打造文件文档在线预览项目解决方案,支...
第一步: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相关配置...
Abstract file preview interface so that it is easy to extend more file extensions and develop this project on your own Official website and DOCS URL:https://kkview.cn Live demo Please treat public service kindly, or this would stop at any time. URL:https://file.kkview.cn Contact Us We...
第一步:pull 项目https://github.com/kekingcn/file-online-preview.git 第二步:运行 ServerMain 的 main 方法,服务启动后,访问http://localhost:8012/会看到如下界面,代表服务启动成功 部署指南 1. 环境要求# Java: 1.8+ OpenOffice或LiberOffice(Windows下已内置,CentOS或Ubuntu下会自动下载安装,MacOS下需要自行...
第一步:pull项目https://github.com/kekingcn/file-online-preview.git 第二步:配置redis地址和OpenOffice目录,如 file.dir为转换文件实际存储地址,注意要以/结尾 第三步:运行FilePreviewApplication的main方法,服务启动后,访问http://localhost:8012/会看到如下界面,代表服务启动成功 ...
第一步:pull项目https://github.com/kekingcn/file-online-preview.git 第二步:配置OpenOffice目录,如 ##资源映射路径(因为jar方式运行的原因) file.dir = C:\\Users\\yudian\\Desktop\\dev\\ ## openoffice相关配置 office.home = C:\\Program Files (x86)\\OpenOffice 4 file.dir为转换文件实际存储...
file-online-preview 此项目为文件文档在线预览项目解决方案,对标业内付费产品有【永中office】【office365】【idocv】等,在取得公司高层同意后以Apache协议开源出来反哺社区,在此特别感谢@唐老大的支持以及@端木详笑的贡献。该项目使用流行的spring boot搭建,易上手和部署,基本支持主流办公文档的在线预览,如doc,docx,Ex...