项目文件预览

在实际项目开发过程,项目使用数据存在多种形式,"文件"也是一种常见形式,因此,"文件预览"功能变成了常规需求。

kkFileView项目使用流行的spring boot搭建,易上手和部署。万能的文件预览开源项目,基本支持主流文档格式预览,如:

1、kkFileView下载地址

https://gitee.com/kekingcn/file-online-preview

2、启动kkFileView之前,需要安装Apache_OpenOffice_4.0.1_Win_x86_install_zh-CN.728932882

3、启动项目

启动路径:E:\kkFileView\file-online-preview-master\server\src\main\bin

点击:startup.exe文件

4、html调用预览接口

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<script type="text/javascript" src="base64.min.js"></script>

</head>

<script>

var b64Encoded = Base64.encode("http://localhost:1222/file/岳阳市社会经济及土地利用现状.pdf");

window.open('http://127.0.0.1:8886/onlinePreview?url=' + encodeURIComponent(b64Encoded));

</script>

<body>

</body>

</html>

相关推荐
你不讲 wood24 天前
预览 PDF 文档
开发语言·前端·javascript·pdf·html·node·文件预览
spencer_tseng2 个月前
kkFileView PDF & Image Mode Preview BUG
pdf·bug·kkfileview
Prosper Lee4 个月前
React(三):PDF文件在线预览(简易版)
前端·pdf·react·文件预览·pdf.js
开心小老虎5 个月前
在线预览多类型文件_全栈
全栈·文件预览
小瑾yes6 个月前
alist配合onlyoffice 实现在线预览
onlyoffice·nas·alist·文件预览
W@Lucky9 个月前
解决kkFileView4.4.0版本pdf、word不能预览问题
kkfileview·office文件在线预览
小小工匠10 个月前
OpenSource - 文件在线预览模块(多格式转 PDF 文件)
pdf·开源·文件预览
顽石九变1 年前
CentOS使用kkFileView实现在线预览word excel pdf等
centos·kkfileview
萧萧云星1 年前
kkFileView源码编译并发布详细教程
centos·maven·kkfileview