Compare commits
42 Commits
v4.4.0-bet
...
fix/trust-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2abedc34b4 | ||
|
|
a20606bf33 | ||
|
|
5ba88d1243 | ||
|
|
6bcefedd08 | ||
|
|
084bdc9012 | ||
|
|
1aa477bdf8 | ||
|
|
92ca92bee6 | ||
|
|
64c82a2406 | ||
|
|
e44ef813a1 | ||
|
|
9f3b45a4c7 | ||
|
|
b1af0c7d72 | ||
|
|
421640221b | ||
|
|
f6c6e22b0d | ||
|
|
51653483b9 | ||
|
|
a9787b0add | ||
|
|
6cdbf92fb0 | ||
|
|
fdb40680d3 | ||
|
|
6746325bf2 | ||
|
|
05a8bff1e0 | ||
|
|
874ff5b3f6 | ||
|
|
2230cfa52b | ||
|
|
83c581364d | ||
|
|
1d39360c60 | ||
|
|
8c763599fe | ||
|
|
9632f6070c | ||
|
|
cc63659650 | ||
|
|
177f389814 | ||
|
|
406e9ea6ee | ||
|
|
bb461cd74a | ||
|
|
782509376c | ||
|
|
63dc58d088 | ||
|
|
77f5adb19f | ||
|
|
7abfb67451 | ||
|
|
c8dc638c29 | ||
|
|
48ac926289 | ||
|
|
0a4ae41b0c | ||
|
|
bb0139bee6 | ||
|
|
7bf07cb64c | ||
|
|
ab370e66a5 | ||
|
|
421a2760d5 | ||
|
|
9150346926 | ||
|
|
b65a04857c |
42
.github/workflows/maven.yml
vendored
@@ -12,13 +12,41 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout repository
|
||||||
- name: Set up JDK 8
|
uses: actions/checkout@v4
|
||||||
uses: actions/setup-java@v2
|
|
||||||
|
- name: Set up JDK 21
|
||||||
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '21'
|
||||||
distribution: 'adopt'
|
distribution: 'temurin' # 使用 Eclipse Temurin (AdoptOpenJDK 的继任者)
|
||||||
cache: maven
|
cache: 'maven'
|
||||||
|
|
||||||
|
- name: Cache Maven packages
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ~/.m2/repository
|
||||||
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-maven-
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package -Dmaven.test.skip=true --file pom.xml
|
||||||
|
|
||||||
|
- name: Upload Linux distribution package
|
||||||
|
if: success()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: kkfileview-linux
|
||||||
|
path: server/target/*.tar.gz
|
||||||
|
retention-days: 7
|
||||||
|
|
||||||
|
- name: Upload Windows distribution package
|
||||||
|
if: success()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: kkfileview-windows
|
||||||
|
path: server/target/*.zip
|
||||||
|
retention-days: 7
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
FROM keking/kkfileview-jdk:latest
|
FROM keking/kkfileview-base:4.4.0
|
||||||
MAINTAINER chenjh "842761733@qq.com"
|
|
||||||
ADD server/target/kkFileView-*.tar.gz /opt/
|
ADD server/target/kkFileView-*.tar.gz /opt/
|
||||||
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.4.0-beta/bin
|
ENV KKFILEVIEW_BIN_FOLDER=/opt/kkFileView-4.4.0/bin
|
||||||
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.4.0-beta/config/application.properties","-jar","/opt/kkFileView-4.4.0-beta/bin/kkFileView-4.4.0-beta.jar"]
|
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.4.0/config/application.properties","-jar","/opt/kkFileView-4.4.0/bin/kkFileView-4.4.0.jar"]
|
||||||
|
|||||||
94
README.cn.md
@@ -53,80 +53,81 @@
|
|||||||
#### 1. 文本预览
|
#### 1. 文本预览
|
||||||
支持所有类型的文本文档预览, 由于文本文档类型过多,无法全部枚举,默认开启的类型如下 txt,html,htm,asp,jsp,xml,xbrl,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd
|
支持所有类型的文本文档预览, 由于文本文档类型过多,无法全部枚举,默认开启的类型如下 txt,html,htm,asp,jsp,xml,xbrl,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd
|
||||||
文本预览效果如下
|
文本预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 2. 图片预览
|
#### 2. 图片预览
|
||||||
支持jpg,jpeg,png,gif等图片预览(翻转,缩放,镜像),预览效果如下
|
支持jpg,jpeg,png,gif等图片预览(翻转,缩放,镜像),预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 3. word文档预览
|
#### 3. word文档预览
|
||||||
支持doc,docx文档预览,word预览有两种模式:一种是每页word转为图片预览,另一种是整个word文档转成pdf,再预览pdf。两种模式的适用场景如下
|
支持doc,docx文档预览,word预览有两种模式:一种是每页word转为图片预览,另一种是整个word文档转成pdf,再预览pdf。两种模式的适用场景如下
|
||||||
* 图片预览:word文件大,前台加载整个pdf过慢
|
* 图片预览:word文件大,前台加载整个pdf过慢
|
||||||
* pdf预览:内网访问,加载pdf快
|
* pdf预览:内网访问,加载pdf快
|
||||||
图片预览模式预览效果如下
|
图片预览模式预览效果如下
|
||||||

|

|
||||||
pdf预览模式预览效果如下
|
pdf预览模式预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 4. ppt文档预览
|
#### 4. ppt文档预览
|
||||||
支持ppt,pptx文档预览,和word文档一样,有两种预览模式
|
支持ppt,pptx文档预览,和word文档一样,有两种预览模式
|
||||||
图片预览模式预览效果如下
|
图片预览模式预览效果如下
|
||||||

|

|
||||||
pdf预览模式预览效果如下
|
pdf预览模式预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 5. pdf文档预览
|
#### 5. pdf文档预览
|
||||||
支持pdf文档预览,和word文档一样,有两种预览模式
|
支持pdf文档预览,和word文档一样,有两种预览模式
|
||||||
图片预览模式预览效果如下
|
图片预览模式预览效果如下
|
||||||

|

|
||||||
pdf预览模式预览效果如下
|
pdf预览模式预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 6. excel文档预览
|
#### 6. excel文档预览
|
||||||
支持xls,xlsx文档预览,预览效果如下
|
支持xls,xlsx文档预览,预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 7. 压缩文件预览
|
#### 7. 压缩文件预览
|
||||||
支持zip,rar,jar,tar,gzip等压缩包,预览效果如下
|
支持zip,rar,jar,tar,gzip等压缩包,预览效果如下
|
||||||

|

|
||||||
可点击压缩包中的文件名,直接预览文件,预览效果如下
|
可点击压缩包中的文件名,直接预览文件,预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 8. 多媒体文件预览
|
#### 8. 多媒体文件预览
|
||||||
理论上支持所有的视频、音频文件,由于无法枚举所有文件格式,默认开启的类型如下
|
理论上支持所有的视频、音频文件,由于无法枚举所有文件格式,默认开启的类型如下
|
||||||
mp3,wav,mp4,flv
|
mp3,wav,mp4,flv
|
||||||
视频预览效果如下
|
视频预览效果如下
|
||||||

|

|
||||||
音频预览效果如下
|
音频预览效果如下
|
||||||

|

|
||||||
|
|
||||||
#### 9. CAD文档预览
|
#### 9. CAD文档预览
|
||||||
支持CAD dwg文档预览,和word文档一样,有两种预览模式
|
支持CAD dwg文档预览,和word文档一样,有两种预览模式
|
||||||
图片预览模式预览效果如下
|
图片预览模式预览效果如下
|
||||||

|

|
||||||
pdf预览模式预览效果如下
|
pdf预览模式预览效果如下
|
||||||

|

|
||||||
考虑说明篇幅原因,就不贴其他格式文件的预览效果了,感兴趣的可以参考下面的实例搭建下
|
|
||||||
|
|
||||||
#### 10. Excel文件纯前端渲染效果
|
#### 10. Excel文件纯前端渲染效果
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 11. 流程图bpmn文件预览效果
|
#### 11. 流程图bpmn文件预览效果
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 12. 3D模型文件预览效果:
|
#### 12. 3D模型文件预览效果:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 13. dcm医疗数位影像文件预览效果:
|
#### 13. dcm医疗数位影像文件预览效果:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 14. drawio流程图预览效果:
|
#### 14. drawio流程图预览效果:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
考虑说明篇幅原因,就不贴其他格式文件的预览效果了,感兴趣的可以参考下面的实例搭建下
|
||||||
|
|
||||||
### 快速开始
|
### 快速开始
|
||||||
> 项目使用技术
|
> 项目使用技术
|
||||||
@@ -148,7 +149,56 @@ pdf预览模式预览效果如下
|
|||||||
|
|
||||||
### 历史更新记录
|
### 历史更新记录
|
||||||
|
|
||||||
#### > 2023年07月05日,v4.3 版本发布 :
|
#### > 2025年01月16日,v4.4.0 版本发布 :
|
||||||
|
|
||||||
|
### 新增功能
|
||||||
|
1. xlsx 新增支持打印功能
|
||||||
|
2. 配置文件新增启用 GZIP 压缩
|
||||||
|
3. CAD 格式新增支持转换成 SVG 和 TIF 格式,新增超时结束、线程管理
|
||||||
|
4. 新增删除文件使用验证码校验
|
||||||
|
5. 新增 xbrl 格式预览支持
|
||||||
|
6. PDF 预览新增控制签名、绘图、插图控制、搜索定位页码、定义显示内容等功能
|
||||||
|
7. 新增 CSV 格式前端解析支持
|
||||||
|
8. 新增 ARM64 下的 Docker 镜像支持
|
||||||
|
9. 新增 Office 预览支持转换超时属性设置功能
|
||||||
|
10. 新增预览文件 host 黑名单机制
|
||||||
|
|
||||||
|
### 优化
|
||||||
|
1. 优化 OFD 移动端预览 页面不自适应
|
||||||
|
2. 更新 xlsx 前端解析组件,加速解析速度
|
||||||
|
3. 升级 CAD 组件
|
||||||
|
4. office 功能调整,支持批注、转换页码限制、生成水印等功能
|
||||||
|
5. 升级 markdown 组件
|
||||||
|
6. 升级 dcm 解析组件
|
||||||
|
7. 升级 PDF.JS 解析组件
|
||||||
|
8. 更换视频播放插件为 ckplayer
|
||||||
|
9. tif 解析更加智能化,支持被修改的图片格式
|
||||||
|
10. 针对大小文本文件检测字符编码的正确率,处理并发隐患
|
||||||
|
11. 重构下载文件的代码,新增通用的文件服务器认证访问的设计
|
||||||
|
12. 更新 bootstrap 组件,并精简掉不需要的文件
|
||||||
|
13. 更新 epub 版本,优化 epub 显示效果
|
||||||
|
14. 解决定时清除缓存时,对于多媒体类型文件,只删除了磁盘缓存文件
|
||||||
|
15. 自动检测已安装 Office 组件,增加 LibreOffice 7.5 & 7.6 版本默认路径
|
||||||
|
16. 修改 drawio 默认为预览模式
|
||||||
|
17. 新增 PDF 线程管理、超时管理、内存缓存管理,更新 PDF 解析组件版本
|
||||||
|
18. 优化 Dockerfile,支持真正的跨平台构建镜像
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
1. 修复 forceUpdatedCache 属性设置,但本地缓存文件不更新的问题
|
||||||
|
2. 修复 PDF 解密加密文件转换成功后后台报错的问题
|
||||||
|
3. 修复 BPMN 不支持跨域的问题
|
||||||
|
4. 修复压缩包二级反代特殊符号错误问题
|
||||||
|
5. 修复视频跨域配置导致视频无法预览的问题
|
||||||
|
6. 修复 TXT 文本类分页二次加载问题
|
||||||
|
7. 修复 Drawio 缺少 Base64 组件的问题
|
||||||
|
8. 修复 Markdown 被转义问题
|
||||||
|
9. 修复 EPUB 跨域报错问题
|
||||||
|
10. 修复 URL 特殊符号问题
|
||||||
|
11. 修复压缩包穿越漏洞
|
||||||
|
12. 修复压缩获取路径错误、图片合集路径错误、水印问题等 BUG
|
||||||
|
13. 修复前端解析 XLSX 包含 EMF 格式文件错误问题
|
||||||
|
|
||||||
|
#### > 2023年07月05日,v4.3.0 版本发布 :
|
||||||
|
|
||||||
#### 新增功能:
|
#### 新增功能:
|
||||||
1. 新增dcm等医疗数位影像预
|
1. 新增dcm等医疗数位影像预
|
||||||
|
|||||||
174
SECURITY_CONFIG.md
Normal file
@@ -0,0 +1,174 @@
|
|||||||
|
# kkFileView 安全配置指南
|
||||||
|
|
||||||
|
## ⚠️ 重要安全更新
|
||||||
|
|
||||||
|
从 4.4.0 之后版本开始,kkFileView 增强了安全性,默认拒绝所有未配置的外部文件预览请求,以防止 SSRF(服务器端请求伪造)攻击。
|
||||||
|
|
||||||
|
## 🔒 安全配置说明
|
||||||
|
|
||||||
|
### 1. 信任主机白名单配置(推荐)
|
||||||
|
|
||||||
|
在 `application.properties` 中配置允许预览的域名:
|
||||||
|
|
||||||
|
```properties
|
||||||
|
# 方式1:通过配置文件
|
||||||
|
trust.host = kkview.cn,yourdomain.com,cdn.example.com
|
||||||
|
|
||||||
|
# 方式2:通过环境变量
|
||||||
|
KK_TRUST_HOST=kkview.cn,yourdomain.com,cdn.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
**示例场景**:
|
||||||
|
- 只允许预览来自 `oss.aliyuncs.com` 和 `cdn.example.com` 的文件
|
||||||
|
```properties
|
||||||
|
trust.host = oss.aliyuncs.com,cdn.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. 允许所有主机(不推荐,仅测试环境)
|
||||||
|
|
||||||
|
```properties
|
||||||
|
trust.host = *
|
||||||
|
```
|
||||||
|
|
||||||
|
⚠️ **警告**:此配置会允许访问任意外部地址,存在安全风险,仅应在测试环境使用!
|
||||||
|
|
||||||
|
### 3. 黑名单配置(高级)
|
||||||
|
|
||||||
|
禁止特定域名或内网地址:
|
||||||
|
|
||||||
|
```properties
|
||||||
|
# 禁止访问内网地址(强烈推荐)
|
||||||
|
not.trust.host = localhost,127.0.0.1,192.168.*,10.*,172.16.*,169.254.*
|
||||||
|
|
||||||
|
# 禁止特定恶意域名
|
||||||
|
not.trust.host = malicious-site.com,spam-domain.net
|
||||||
|
```
|
||||||
|
|
||||||
|
**优先级**:黑名单 > 白名单
|
||||||
|
|
||||||
|
### 4. Docker 环境配置
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d \
|
||||||
|
-e KK_TRUST_HOST=yourdomain.com,cdn.example.com \
|
||||||
|
-e KK_NOT_TRUST_HOST=localhost,127.0.0.1 \
|
||||||
|
-p 8012:8012 \
|
||||||
|
keking/kkfileview:4.4.0
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🛡️ 安全最佳实践
|
||||||
|
|
||||||
|
### ✅ 推荐配置
|
||||||
|
|
||||||
|
```properties
|
||||||
|
# 1. 明确配置信任主机白名单
|
||||||
|
trust.host = your-cdn.com,your-storage.com
|
||||||
|
|
||||||
|
# 2. 配置黑名单防止内网访问
|
||||||
|
not.trust.host = localhost,127.0.0.1,192.168.*,10.*,172.16.*
|
||||||
|
|
||||||
|
# 3. 禁用文件上传(生产环境)
|
||||||
|
file.upload.disable = true
|
||||||
|
|
||||||
|
# 4. 配置基础URL(使用反向代理时)
|
||||||
|
base.url = https://preview.yourdomain.com
|
||||||
|
```
|
||||||
|
|
||||||
|
### ❌ 不推荐配置
|
||||||
|
|
||||||
|
```properties
|
||||||
|
# 危险:允许所有主机访问
|
||||||
|
trust.host = *
|
||||||
|
|
||||||
|
# 危险:启用文件上传(生产环境)
|
||||||
|
file.upload.disable = false
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🔍 配置验证
|
||||||
|
|
||||||
|
### 测试白名单是否生效
|
||||||
|
|
||||||
|
1. 配置白名单:
|
||||||
|
```properties
|
||||||
|
trust.host = kkview.cn
|
||||||
|
```
|
||||||
|
|
||||||
|
2. 尝试预览白名单内的文件:
|
||||||
|
```
|
||||||
|
http://localhost:8012/onlinePreview?url=https://kkview.cn/test.pdf
|
||||||
|
✅ 应该可以正常预览
|
||||||
|
```
|
||||||
|
|
||||||
|
3. 尝试预览白名单外的文件:
|
||||||
|
```
|
||||||
|
http://localhost:8012/onlinePreview?url=https://other-domain.com/test.pdf
|
||||||
|
❌ 应该被拒绝,显示"不信任的文件源"
|
||||||
|
```
|
||||||
|
|
||||||
|
### 测试黑名单是否生效
|
||||||
|
|
||||||
|
1. 配置黑名单:
|
||||||
|
```properties
|
||||||
|
not.trust.host = localhost,127.0.0.1
|
||||||
|
```
|
||||||
|
|
||||||
|
2. 尝试访问本地文件:
|
||||||
|
```
|
||||||
|
http://localhost:8012/getCorsFile?urlPath=http://127.0.0.1:8080/admin
|
||||||
|
❌ 应该被拒绝
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📋 常见问题
|
||||||
|
|
||||||
|
### Q1: 升级后无法预览文件了?
|
||||||
|
|
||||||
|
**原因**:新版本默认拒绝未配置的主机。
|
||||||
|
|
||||||
|
**解决**:在配置文件中添加信任主机列表:
|
||||||
|
```properties
|
||||||
|
trust.host = your-file-server.com
|
||||||
|
```
|
||||||
|
|
||||||
|
### Q2: 如何临时恢复旧版本行为?
|
||||||
|
|
||||||
|
**不推荐**,但如果确实需要:
|
||||||
|
```properties
|
||||||
|
trust.host = *
|
||||||
|
```
|
||||||
|
|
||||||
|
### Q3: 配置了白名单但还是无法访问?
|
||||||
|
|
||||||
|
检查以下几点:
|
||||||
|
1. 域名是否完全匹配(区分大小写)
|
||||||
|
2. 是否配置了黑名单,黑名单优先级更高
|
||||||
|
3. 查看日志中的 WARNING 信息
|
||||||
|
4. 确认环境变量是否正确设置
|
||||||
|
|
||||||
|
### Q4: 如何允许子域名?
|
||||||
|
|
||||||
|
已支持通配符域名匹配,可使用 `*.example.com`:
|
||||||
|
```properties
|
||||||
|
trust.host = *.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
说明:
|
||||||
|
- `*.example.com` 会匹配 `cdn.example.com`、`api.internal.example.com`,但不匹配根域 `example.com`
|
||||||
|
- 对于 IP 风格通配(如 `192.168.*`、`10.*`),仅匹配字面量 IPv4 地址,不匹配域名
|
||||||
|
|
||||||
|
## 🚨 安全事件响应
|
||||||
|
|
||||||
|
如果发现可疑的预览请求:
|
||||||
|
|
||||||
|
1. 检查日志文件,搜索 "拒绝访问主机" 关键字
|
||||||
|
2. 确认 `trust.host` 配置是否合理
|
||||||
|
3. 检查是否有异常的网络请求
|
||||||
|
4. 如发现攻击行为,及时更新黑名单配置
|
||||||
|
|
||||||
|
## 📞 获取帮助
|
||||||
|
|
||||||
|
- GitHub Issues: https://github.com/kekingcn/kkFileView/issues
|
||||||
|
- Gitee Issues: https://gitee.com/kekingcn/file-online-preview/issues
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**安全提示**:定期检查和更新信任主机列表,遵循最小权限原则。
|
||||||
BIN
doc/img/preview/preview-3ds.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
doc/img/preview/preview-audio.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
doc/img/preview/preview-bpmn.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
doc/img/preview/preview-cad-image.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
doc/img/preview/preview-cad-pdf.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
doc/img/preview/preview-dcm.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
doc/img/preview/preview-doc-image.png
Normal file
|
After Width: | Height: | Size: 159 KiB |
BIN
doc/img/preview/preview-doc-pdf.png
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
doc/img/preview/preview-drawio.png
Normal file
|
After Width: | Height: | Size: 320 KiB |
BIN
doc/img/preview/preview-image.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
doc/img/preview/preview-pdf-image.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
doc/img/preview/preview-pdf-pdf.png
Normal file
|
After Width: | Height: | Size: 254 KiB |
BIN
doc/img/preview/preview-ppt-image.png
Normal file
|
After Width: | Height: | Size: 392 KiB |
BIN
doc/img/preview/preview-ppt-pdf.png
Normal file
|
After Width: | Height: | Size: 211 KiB |
BIN
doc/img/preview/preview-text.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
doc/img/preview/preview-video.png
Normal file
|
After Width: | Height: | Size: 469 KiB |
BIN
doc/img/preview/preview-xls.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
doc/img/preview/preview-xlsx-web.png
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
doc/img/preview/preview-xmind.png
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
doc/img/preview/preview-zip-inner.png
Normal file
|
After Width: | Height: | Size: 236 KiB |
BIN
doc/img/preview/preview-zip.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
28
docker/kkfileview-base/Dockerfile
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
|
RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.aliyun.com@g' /etc/apt/sources.list.d/ubuntu.sources &&\
|
||||||
|
sed -i 's@//security.ubuntu.com@//mirrors.aliyun.com@g' /etc/apt/sources.list.d/ubuntu.sources &&\
|
||||||
|
sed -i 's@//ports.ubuntu.com@//mirrors.aliyun.com@g' /etc/apt/sources.list.d/ubuntu.sources &&\
|
||||||
|
apt-get update &&\
|
||||||
|
export DEBIAN_FRONTEND=noninteractive &&\
|
||||||
|
apt-get install -y --no-install-recommends openjdk-21-jre tzdata locales xfonts-utils fontconfig libreoffice-nogui &&\
|
||||||
|
echo 'Asia/Shanghai' > /etc/timezone &&\
|
||||||
|
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\
|
||||||
|
localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 &&\
|
||||||
|
locale-gen zh_CN.UTF-8 &&\
|
||||||
|
apt-get install -y --no-install-recommends ttf-mscorefonts-installer &&\
|
||||||
|
apt-get install -y --no-install-recommends ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy &&\
|
||||||
|
apt-get autoremove -y &&\
|
||||||
|
apt-get clean &&\
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# 内置一些常用的中文字体,避免普遍性乱码
|
||||||
|
ADD fonts/* /usr/share/fonts/chinese/
|
||||||
|
|
||||||
|
RUN cd /usr/share/fonts/chinese &&\
|
||||||
|
# 安装字体
|
||||||
|
mkfontscale &&\
|
||||||
|
mkfontdir &&\
|
||||||
|
fc-cache -fv
|
||||||
|
|
||||||
|
ENV LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
|
||||||
50
docker/kkfileview-base/README.cn.md
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# 构建说明
|
||||||
|
|
||||||
|
由于 kkfileview 的基础运行环境很少变动且制作耗时较久,而 kkfileview 本身代码开发会频繁改动,因此把制作其 Docker 镜像的步骤拆分为两次:
|
||||||
|
|
||||||
|
首先制作 kkfileview 的基础镜像(kkfileview-base)。
|
||||||
|
|
||||||
|
然后使用 kkfileview-base 作为基础镜像进行构建,加快 kkfileview docker 镜像构建与发布。
|
||||||
|
|
||||||
|
执行如下命令即可构建基础镜像:
|
||||||
|
> 这里镜像 tag 以 4.4.0 为例,本项目所维护的 Dockerfile 文件考虑了跨平台兼容性。 如果你需要用到 arm64 架构镜像, 则在arm64 架构机器上同样执行下面的构建命令即可
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker build --tag keking/kkfileview-base:4.4.0 .
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 跨平台构建
|
||||||
|
|
||||||
|
`docker buildx` 支持在一台机器上构建出多种平台架构的镜像。推荐使用该能力进行跨平台的镜像构建。
|
||||||
|
例如,执行 `docker buildx build` 命令时加上 `--platform=linux/arm64` 参数即可构建出 arm64 架构镜像。这极大方便了那些没有arm64 架构机器却想构建 arm64 架构镜像的用户。
|
||||||
|
|
||||||
|
> 当前本项目仅支持构建 linux/amd64 和 linux/arm64 两种平台架构的镜像
|
||||||
|
> buildx 的 builder driver 可以使用默认的 `docker` 类型, 若使用 `docker-container` 类型可以支持并行构建多种架构, 本文不再赘述, 有兴趣可以自行了解。参考 [Docker Buildx | Docker Documentation](https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images)
|
||||||
|
|
||||||
|
**前提要求**
|
||||||
|
|
||||||
|
以当前机器为 amd64 (x86_64)架构为例。需要开启 docker 的 buildx 特性,以及开启 Linux 的 QEMU 用户模式:
|
||||||
|
|
||||||
|
> 使用 WSL2 的 Windows 用户如果安装了最新的 DockerDesktop, 则这些前提要求已满足, 无需额外下述设置。
|
||||||
|
|
||||||
|
1. 安装 docker buildx 客户端插件:
|
||||||
|
> docker 版本要求 >=19.03
|
||||||
|
|
||||||
|
若已安装, 则跳过。详情参考 https://github.com/docker/buildx
|
||||||
|
|
||||||
|
2. 开启 QEMU 的用户模式功能, 并安装其它平台的模拟器:
|
||||||
|
> Linux 内核要求 >=4.8
|
||||||
|
|
||||||
|
使用 `tonistiigi/binfmt` 镜像可快速开启并安装模拟器,执行下面命令:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||||
|
```
|
||||||
|
|
||||||
|
现在就可以愉快地开始构建了,构建命令示例:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker buildx build --platform=linux/amd64,linux/arm64 -t keking/kkfileview-base:4.4.0 --push .
|
||||||
|
```
|
||||||
53
docker/kkfileview-base/README.md
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
# Build Instructions
|
||||||
|
|
||||||
|
Since the base runtime environment for kkfileview rarely changes and takes a long time to build, while the kkfileview code itself is frequently updated, the process of building its Docker image is split into two steps:
|
||||||
|
|
||||||
|
First, create the base image for kkfileview (kkfileview-base).
|
||||||
|
|
||||||
|
Then, use kkfileview-base as the base image to build and speed up the kkfileview Docker image build and release process.
|
||||||
|
|
||||||
|
To build the base image, run the following command:
|
||||||
|
|
||||||
|
> In this example, the image tag is 4.4.0. The Dockerfile maintained in this project considers cross-platform compatibility. If you need an arm64 architecture image, run the same build command on an arm64 architecture machine.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker build --tag keking/kkfileview-base:4.4.0 .
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Cross-Platform Build
|
||||||
|
|
||||||
|
`docker buildx` supports building images for multiple platform architectures on a single machine. It is recommended to use this capability for cross-platform image builds.
|
||||||
|
For example, adding the `--platform=linux/arm64` parameter when executing the `docker buildx build` command will allow you to build an arm64 architecture image. This is particularly convenient for users who want to build arm64 images but don't have an arm64 machine.
|
||||||
|
|
||||||
|
> Currently, this project only supports building images for the linux/amd64 and linux/arm64 architectures.
|
||||||
|
> The buildx builder driver can use the default `docker` type, but if you use the `docker-container` type, you can build multiple architectures in parallel. This README will not cover that in detail, you can learn more on your own. Refer to [Docker Buildx | Docker Documentation](https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images)
|
||||||
|
|
||||||
|
**Prerequisites**
|
||||||
|
|
||||||
|
Assuming the current machine is amd64 (x86_64) architecture, you'll need to enable the docker buildx feature and enable Linux QEMU user mode:
|
||||||
|
|
||||||
|
> Windows users with WSL2 who have installed a recent version of Docker Desktop will already meet these prerequisites, so no additional setup is required.
|
||||||
|
|
||||||
|
1. Install the docker buildx client plugin:
|
||||||
|
|
||||||
|
> Docker version >=19.03 is required.
|
||||||
|
|
||||||
|
If it's already installed, you can skip this step. For more details, refer to https://github.com/docker/buildx.
|
||||||
|
|
||||||
|
2. Enable QEMU user mode and install emulators for other platforms:
|
||||||
|
|
||||||
|
> Linux kernel version >=4.8 is required.
|
||||||
|
|
||||||
|
You can quickly enable and install emulators using the tonistiigi/binfmt image by running the following command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||||
|
```
|
||||||
|
|
||||||
|
Now you can enjoy the building. Here’s an example build command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker buildx build --platform=linux/amd64,linux/arm64 -t keking/kkfileview-base:4.4.0 --push .
|
||||||
|
```
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
FROM ubuntu:20.04
|
|
||||||
MAINTAINER chenjh "842761733@qq.com"
|
|
||||||
# 内置一些常用的中文字体,避免普遍性乱码
|
|
||||||
COPY fonts/* /usr/share/fonts/chinese/
|
|
||||||
RUN apt-get clean && apt-get update &&\
|
|
||||||
sed -i 's/http:\/\/archive.ubuntu.com/https:\/\/mirrors.aliyun.com/g' /etc/apt/sources.list &&\
|
|
||||||
sed -i 's/# deb/deb/g' /etc/apt/sources.list &&\
|
|
||||||
apt-get install -y --reinstall ca-certificates &&\
|
|
||||||
apt-get clean && apt-get update &&\
|
|
||||||
apt-get install -y locales language-pack-zh-hans &&\
|
|
||||||
localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 && locale-gen zh_CN.UTF-8 &&\
|
|
||||||
export DEBIAN_FRONTEND=noninteractive &&\
|
|
||||||
apt-get install -y tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\
|
|
||||||
apt-get install -y fontconfig ttf-mscorefonts-installer ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy &&\
|
|
||||||
apt-get install -y wget &&\
|
|
||||||
cd /tmp &&\
|
|
||||||
wget https://kkview.cn/resource/server-jre-8u251-linux-x64.tar.gz &&\
|
|
||||||
tar -zxf /tmp/server-jre-8u251-linux-x64.tar.gz && mv /tmp/jdk1.8.0_251 /usr/local/ &&\
|
|
||||||
|
|
||||||
# 安装 libreoffice
|
|
||||||
apt-get install -y libxrender1 libxinerama1 libxt6 libxext-dev libfreetype6-dev libcairo2 libcups2 libx11-xcb1 libnss3 &&\
|
|
||||||
wget https://downloadarchive.documentfoundation.org/libreoffice/old/7.5.3.2/deb/x86_64/LibreOffice_7.5.3.2_Linux_x86-64_deb.tar.gz -cO libreoffice_deb.tar.gz &&\
|
|
||||||
tar -zxf /tmp/libreoffice_deb.tar.gz && cd /tmp/LibreOffice_7.5.3.2_Linux_x86-64_deb/DEBS &&\
|
|
||||||
dpkg -i *.deb &&\
|
|
||||||
|
|
||||||
# 清理临时文件
|
|
||||||
rm -rf /tmp/* && rm -rf /var/lib/apt/lists/* &&\
|
|
||||||
cd /usr/share/fonts/chinese &&\
|
|
||||||
mkfontscale &&\
|
|
||||||
mkfontdir &&\
|
|
||||||
fc-cache -fv
|
|
||||||
|
|
||||||
ENV JAVA_HOME /usr/local/jdk1.8.0_251
|
|
||||||
ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
|
|
||||||
ENV PATH $PATH:$JAVA_HOME/bin
|
|
||||||
ENV LANG zh_CN.UTF-8
|
|
||||||
ENV LC_ALL zh_CN.UTF-8
|
|
||||||
CMD ["/bin/bash"]
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
FROM arm64v8/ubuntu:20.04
|
|
||||||
MAINTAINER chenjh "842761733@qq.com"
|
|
||||||
# 内置一些常用的中文字体,避免普遍性乱码
|
|
||||||
COPY fonts/* /usr/share/fonts/chinese/
|
|
||||||
RUN apt-get clean && apt-get update &&\
|
|
||||||
sed -i 's/http:\/\/archive.ubuntu.com/https:\/\/mirrors.aliyun.com/g' /etc/apt/sources.list &&\
|
|
||||||
sed -i 's/# deb/deb/g' /etc/apt/sources.list &&\
|
|
||||||
apt-get install -y --reinstall ca-certificates &&\
|
|
||||||
apt-get clean && apt-get update &&\
|
|
||||||
apt-get install -y locales language-pack-zh-hans &&\
|
|
||||||
localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 && locale-gen zh_CN.UTF-8 &&\
|
|
||||||
export DEBIAN_FRONTEND=noninteractive &&\
|
|
||||||
apt-get install -y tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\
|
|
||||||
apt-get install -y fontconfig ttf-mscorefonts-installer ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy &&\
|
|
||||||
apt-get install -y wget
|
|
||||||
# 安装 arm64-jre8
|
|
||||||
RUN apt-get install -y openjdk-8-jre
|
|
||||||
# 编译 libreoffice
|
|
||||||
RUN apt-get install -y git build-essential zip ccache junit4 libkrb5-dev nasm graphviz python3 python3-dev qtbase5-dev libkf5coreaddons-dev libkf5i18n-dev libkf5config-dev libkf5windowsystem-dev libkf5kio-dev autoconf libcups2-dev libfontconfig1-dev gperf default-jdk doxygen libxslt1-dev xsltproc libxml2-utils libxrandr-dev libx11-dev bison flex libgtk-3-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev ant ant-optional libnss3-dev libavahi-client-dev libxt-dev &&\
|
|
||||||
# 安装 ccache(重复编译时加快速度)
|
|
||||||
apt-get install ccache &&\
|
|
||||||
ccache -M 10G &&\
|
|
||||||
# clone主代码
|
|
||||||
mkdir /opt/libreoffice
|
|
||||||
WORKDIR /opt/libreoffice
|
|
||||||
RUN git clone --depth=1 --branch libreoffice-7-5 git://go.suokunlong.cn/lo/core ./libreoffice-7-5
|
|
||||||
# 配置&抓取子模块
|
|
||||||
WORKDIR /opt/libreoffice/libreoffice-7-5
|
|
||||||
RUN git submodule init &&\
|
|
||||||
git config --unset-all submodule.dictionaries.active &&\
|
|
||||||
git config --unset-all submodule.dictionaries.url &&\
|
|
||||||
git config --unset-all submodule.helpcontent2.active &&\
|
|
||||||
git config --unset-all submodule.helpcontent2.url &&\
|
|
||||||
git submodule update --progress --depth=1 &&\
|
|
||||||
# 下载第三方依赖
|
|
||||||
mkdir -p /opt/libreoffice/ext &&\
|
|
||||||
wget --recursive --no-parent --no-check-certificate -P /opt/libreoffice/ext https://go.suokunlong.cn:88/dl/libreoffice/external_tarballs/
|
|
||||||
RUN mv /opt/libreoffice/ext/go.suokunlong.cn:88/dl/libreoffice/external_tarballs/* /opt/libreoffice/ext
|
|
||||||
# 配置编译选项
|
|
||||||
RUN cat << EOF > autogen.input \
|
|
||||||
&& echo "--without-help" >> autogen.input \
|
|
||||||
&& echo "--without-helppack-integration" >> autogen.input \
|
|
||||||
&& echo "--with-lang=zh-CN zh-TW" >> autogen.input \
|
|
||||||
&& echo "--disable-online-update" >> autogen.input \
|
|
||||||
&& echo "--disable-breakpad" >> autogen.input \
|
|
||||||
&& echo "--disable-odk" >> autogen.input \
|
|
||||||
&& echo "--without-doxygen" >> autogen.input \
|
|
||||||
&& echo "--with-external-tar=/opt/libreoffice/ext" >> autogen.input \
|
|
||||||
&& echo "--without-java" >> autogen.input \
|
|
||||||
&& echo "--enable-firebird-sdbc" >> autogen.input \
|
|
||||||
&& echo "--without-system-firebird" >> autogen.input \
|
|
||||||
&& echo "--enable-python=internal" >> autogen.input
|
|
||||||
# 预编译
|
|
||||||
RUN ./autogen.sh
|
|
||||||
# 因为libreoffice的安全策略,不允许root用户执行编译操作(可以改Makefile文件解决),所以新建用户
|
|
||||||
RUN useradd libreoffice
|
|
||||||
# 切换用户
|
|
||||||
RUN su libreoffice
|
|
||||||
# 在普通用户下编译
|
|
||||||
RUN make || true
|
|
||||||
# !!!编译40分钟左右会报错,此时需要执行以下操作重新编译
|
|
||||||
RUN cp ./workdir/UnpackedTarball/python3/build/lib.linux-aarch64-3.8/_sysconfigdata__linux_aarch64-linux-gnu.py ./workdir/UnpackedTarball/python3/build/lib.linux-aarch64-3.8/_sysconfigdata__linux_aarch64-unknown-linux-gnu.py
|
|
||||||
# 重新编译
|
|
||||||
RUN make &&\
|
|
||||||
make install
|
|
||||||
|
|
||||||
RUN ln -s /usr/local/lib/libreoffice/program/soffice /usr/bin/libreoffice
|
|
||||||
|
|
||||||
# 清理临时文件
|
|
||||||
RUN rm -rf /tmp/* && rm -rf /var/lib/apt/lists/* &&\
|
|
||||||
cd /usr/share/fonts/chinese &&\
|
|
||||||
mkfontscale &&\
|
|
||||||
mkfontdir &&\
|
|
||||||
fc-cache -fv
|
|
||||||
ENV LANG zh_CN.UTF-8
|
|
||||||
ENV LC_ALL zh_CN.UTF-8
|
|
||||||
CMD ["/bin/bash"]
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# 执行如下命令构建基础镜像,加快kkfileview docker镜像构建与发布
|
|
||||||
docker build --tag keking/kkfileview-jdk:4.3.0 .
|
|
||||||
|
|
||||||
# arm64架构执行如下命令
|
|
||||||
docker build -f Dockerfile_arm64 --tag keking/kkfileview-jdk:4.3.0 .
|
|
||||||
11
pom.xml
@@ -6,23 +6,23 @@
|
|||||||
|
|
||||||
<groupId>cn.keking</groupId>
|
<groupId>cn.keking</groupId>
|
||||||
<artifactId>kkFileView-parent</artifactId>
|
<artifactId>kkFileView-parent</artifactId>
|
||||||
<version>4.4.0-beta</version>
|
<version>4.4.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>21</java.version>
|
||||||
<jodconverter.version>4.4.6</jodconverter.version>
|
<jodconverter.version>4.4.6</jodconverter.version>
|
||||||
<spring.boot.version>2.4.2</spring.boot.version>
|
<spring.boot.version>3.5.6</spring.boot.version>
|
||||||
<poi.version>5.2.2</poi.version>
|
<poi.version>5.2.2</poi.version>
|
||||||
<xdocreport.version>1.0.6</xdocreport.version>
|
<xdocreport.version>1.0.6</xdocreport.version>
|
||||||
<xstream.version>1.4.20</xstream.version>
|
<xstream.version>1.4.20</xstream.version>
|
||||||
<junrar.version>7.5.5</junrar.version>
|
<junrar.version>7.5.5</junrar.version>
|
||||||
<redisson.version>3.2.0</redisson.version>
|
<redisson.version>3.22.0</redisson.version>
|
||||||
<sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version>
|
<sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version>
|
||||||
<jchardet.version>1.0</jchardet.version>
|
<jchardet.version>1.0</jchardet.version>
|
||||||
<antlr.version>2.7.7</antlr.version>
|
<antlr.version>2.7.7</antlr.version>
|
||||||
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
|
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
|
||||||
<rocksdb.version>5.17.2</rocksdb.version>
|
<rocksdb.version>5.17.2</rocksdb.version>
|
||||||
<pdfbox.version>2.0.29</pdfbox.version>
|
<pdfbox.version>3.0.2</pdfbox.version>
|
||||||
<jai-imageio.version>1.4.0</jai-imageio.version>
|
<jai-imageio.version>1.4.0</jai-imageio.version>
|
||||||
<jbig2-imageio.version>3.0.4</jbig2-imageio.version>
|
<jbig2-imageio.version>3.0.4</jbig2-imageio.version>
|
||||||
<galimatias.version>0.2.1</galimatias.version>
|
<galimatias.version>0.2.1</galimatias.version>
|
||||||
@@ -43,6 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
|
<maven.compiler.release>${java.version}</maven.compiler.release>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>kkFileView-parent</artifactId>
|
<artifactId>kkFileView-parent</artifactId>
|
||||||
<groupId>cn.keking</groupId>
|
<groupId>cn.keking</groupId>
|
||||||
<version>4.4.0-beta</version>
|
<version>4.4.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>kkFileView</artifactId>
|
<artifactId>kkFileView</artifactId>
|
||||||
@@ -44,21 +44,16 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-jetty</artifactId>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-freemarker</artifactId>
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
|
</dependency>
|
||||||
<!-- web end -->
|
<!-- web end -->
|
||||||
|
|
||||||
<!-- poi start -->
|
<!-- poi start -->
|
||||||
@@ -100,9 +95,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<!-- poi start -->
|
<!-- poi start -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient5</artifactId>
|
||||||
<version>${httpcomponents.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 对 rar5 的支持 和其他众多压缩支持 可参考 package net.sf.sevenzipjbinding.ArchiveFormat; -->
|
<!-- 对 rar5 的支持 和其他众多压缩支持 可参考 package net.sf.sevenzipjbinding.ArchiveFormat; -->
|
||||||
@@ -182,6 +176,12 @@
|
|||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
<artifactId>pdfbox</artifactId>
|
<artifactId>pdfbox</artifactId>
|
||||||
<version>${pdfbox.version}</version>
|
<version>${pdfbox.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>commons-logging</artifactId>
|
||||||
|
<groupId>commons-logging</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
@@ -327,6 +327,14 @@
|
|||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.11.0</version>
|
||||||
|
<configuration>
|
||||||
|
<parameters>true</parameters>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ install_redhat() {
|
|||||||
yum install -y libSM.x86_64 libXrender.x86_64 libXext.x86_64
|
yum install -y libSM.x86_64 libXrender.x86_64 libXext.x86_64
|
||||||
yum groupinstall -y "X Window System"
|
yum groupinstall -y "X Window System"
|
||||||
yum localinstall -y *.rpm
|
yum localinstall -y *.rpm
|
||||||
echo 'install finshed...'
|
echo 'install finished...'
|
||||||
else
|
else
|
||||||
echo 'download package error...'
|
echo 'download package error...'
|
||||||
fi
|
fi
|
||||||
@@ -20,7 +20,7 @@ install_ubuntu() {
|
|||||||
if [ $? -eq 0 ];then
|
if [ $? -eq 0 ];then
|
||||||
apt-get install -y libxinerama1 libcairo2 libcups2 libx11-xcb1
|
apt-get install -y libxinerama1 libcairo2 libcups2 libx11-xcb1
|
||||||
dpkg -i *.deb
|
dpkg -i *.deb
|
||||||
echo 'install finshed...'
|
echo 'install finished...'
|
||||||
else
|
else
|
||||||
echo 'download package error...'
|
echo 'download package error...'
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ echo Please check log file in ../log/kkFileView.log for more information
|
|||||||
echo You can get help in our official home site: https://kkview.cn
|
echo You can get help in our official home site: https://kkview.cn
|
||||||
echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
|
echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
|
||||||
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
|
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
|
||||||
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.4.0-beta.jar -> ..\log\kkFileView.log
|
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.4.0.jar -> ..\log\kkFileView.log
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
# Description: v1.1:修改进程启动机制为pid形式。
|
# Description: v1.1:修改进程启动机制为pid形式。
|
||||||
#############################
|
#############################
|
||||||
#
|
#
|
||||||
DIR_HOME=("/opt/openoffice.org3" "/opt/libreoffice" "/opt/libreoffice6.1" "/opt/libreoffice7.0" "/opt/libreoffice7.1" "/opt/libreoffice7.2" "/opt/libreoffice7.3" "/opt/libreoffice7.4" "/opt/libreoffice7.5" "/opt/libreoffice7.6" "/opt/openoffice4" "/usr/lib/openoffice" "/usr/lib/libreoffice")
|
DIR_HOME=("/opt/openoffice.org3" "/opt/libreoffice" "/opt/libreoffice6.1" "/opt/libreoffice7.0" "/opt/libreoffice7.1" "/opt/libreoffice7.2" "/opt/libreoffice7.3" "/opt/libreoffice7.4" "/opt/libreoffice7.5" "/opt/libreoffice7.6" "/opt/libreoffice24.2" "/opt/libreoffice24.8" "/opt/libreoffice25.2" "/opt/openoffice4" "/usr/lib/openoffice" "/usr/lib/libreoffice")
|
||||||
FLAG=
|
FLAG=
|
||||||
OFFICE_HOME=
|
OFFICE_HOME=
|
||||||
KKFILEVIEW_BIN_FOLDER=$(cd "$(dirname "$0")" || exit 1 ;pwd)
|
KKFILEVIEW_BIN_FOLDER=$(cd "$(dirname "$0")" || exit 1 ;pwd)
|
||||||
@@ -29,7 +29,7 @@ if [ -s "${PID_FILE}" ]; then
|
|||||||
else
|
else
|
||||||
cd "$KKFILEVIEW_BIN_FOLDER" || exit 1
|
cd "$KKFILEVIEW_BIN_FOLDER" || exit 1
|
||||||
echo "Using KKFILEVIEW_BIN_FOLDER $KKFILEVIEW_BIN_FOLDER"
|
echo "Using KKFILEVIEW_BIN_FOLDER $KKFILEVIEW_BIN_FOLDER"
|
||||||
grep 'office\.home' ../config/application.properties | grep '!^#'
|
grep 'office\.home' ../config/application.properties | grep -v '^#' | grep -v 'default'
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Using customized office.home"
|
echo "Using customized office.home"
|
||||||
else
|
else
|
||||||
@@ -51,7 +51,7 @@ else
|
|||||||
|
|
||||||
## 启动kkFileView
|
## 启动kkFileView
|
||||||
echo "Starting kkFileView..."
|
echo "Starting kkFileView..."
|
||||||
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.4.0-beta.jar > ../log/kkFileView.log 2>&1 &
|
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.4.0.jar > ../log/kkFileView.log 2>&1 &
|
||||||
echo "Please execute ./showlog.sh to check log for more information"
|
echo "Please execute ./showlog.sh to check log for more information"
|
||||||
echo "You can get help in our official home site: https://kkview.cn"
|
echo "You can get help in our official home site: https://kkview.cn"
|
||||||
echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"
|
echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ server.port = ${KK_SERVER_PORT:8012}
|
|||||||
server.servlet.context-path= ${KK_CONTEXT_PATH:/}
|
server.servlet.context-path= ${KK_CONTEXT_PATH:/}
|
||||||
server.servlet.encoding.charset = utf-8
|
server.servlet.encoding.charset = utf-8
|
||||||
#启用GZIP压缩功能
|
#启用GZIP压缩功能
|
||||||
server.compression.enable= true
|
server.compression.enabled = true
|
||||||
#允许压缩的响应缓冲区最小字节数,默认2048
|
#允许压缩的响应缓冲区最小字节数,默认2048
|
||||||
server.compression.min-response-size = 2048
|
server.compression.min-response-size = 2048
|
||||||
#压缩格式
|
#压缩格式
|
||||||
@@ -22,6 +22,14 @@ spring.freemarker.expose-request-attributes = true
|
|||||||
spring.freemarker.expose-session-attributes = true
|
spring.freemarker.expose-session-attributes = true
|
||||||
spring.freemarker.request-context-attribute = request
|
spring.freemarker.request-context-attribute = request
|
||||||
spring.freemarker.suffix = .ftl
|
spring.freemarker.suffix = .ftl
|
||||||
|
# Spring Boot Actuator 健康检查配置
|
||||||
|
# 开启健康检查端点
|
||||||
|
management.endpoints.web.exposure.include=health,info,metrics
|
||||||
|
# 显示详细的健康检查信息(生产环境建议设置为when-authorized)
|
||||||
|
management.endpoint.health.show-details=always
|
||||||
|
# 启用健康检查组件
|
||||||
|
management.health.defaults.enabled=true
|
||||||
|
|
||||||
|
|
||||||
# office设置
|
# office设置
|
||||||
#openoffice或LibreOffice home路径
|
#openoffice或LibreOffice home路径
|
||||||
@@ -78,11 +86,25 @@ cache.clean.cron = ${KK_CACHE_CLEAN_CRON:0 0 3 * * ?}
|
|||||||
#提供预览服务的地址,默认从请求url读,如果使用nginx等反向代理,需要手动设置
|
#提供预览服务的地址,默认从请求url读,如果使用nginx等反向代理,需要手动设置
|
||||||
#base.url = https://file.keking.cn
|
#base.url = https://file.keking.cn
|
||||||
base.url = ${KK_BASE_URL:default}
|
base.url = ${KK_BASE_URL:default}
|
||||||
#信任站点,多个用','隔开,设置了之后,会限制只能预览来自信任站点列表的文件,默认不限制
|
|
||||||
#trust.host = kkview.cn
|
# ========== 安全配置(重要)==========
|
||||||
|
# 信任站点白名单配置,多个用','隔开
|
||||||
|
# ⚠️ 安全提示:为防止SSRF攻击,强烈建议配置信任主机白名单
|
||||||
|
# ⚠️ 如果不配置,系统将默认拒绝所有外部文件预览请求
|
||||||
|
#
|
||||||
|
# 配置示例:
|
||||||
|
# trust.host = kkview.cn,yourdomain.com,cdn.example.com
|
||||||
|
#
|
||||||
|
# 如果需要允许所有域名(不推荐,仅用于测试环境),请设置为:
|
||||||
|
# trust.host = *
|
||||||
|
#
|
||||||
|
# 当前配置:
|
||||||
trust.host = ${KK_TRUST_HOST:default}
|
trust.host = ${KK_TRUST_HOST:default}
|
||||||
#不信任站点,多个用','隔开,设置了之后,会限制来自不信任站点列表的文件,默认不限制
|
|
||||||
#not.trust.host = kkview.cn
|
# 不信任站点黑名单配置,多个用','隔开
|
||||||
|
# 黑名单优先级高于白名单,设置后将禁止预览来自这些站点的文件
|
||||||
|
# 建议配置:禁止访问内网地址和本地地址
|
||||||
|
# not.trust.host = localhost,127.0.0.1,0.0.0.0,192.168.*,10.*,172.16.*
|
||||||
not.trust.host= ${KK_NOT_TRUST_HOST:default}
|
not.trust.host= ${KK_NOT_TRUST_HOST:default}
|
||||||
#文本类型,默认如下,可自定义添加
|
#文本类型,默认如下,可自定义添加
|
||||||
simText = ${KK_SIMTEXT:txt,html,htm,asp,jsp,xml,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd}
|
simText = ${KK_SIMTEXT:txt,html,htm,asp,jsp,xml,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd}
|
||||||
@@ -110,6 +132,14 @@ convertMedias = ${KK_CONVERTMEDIAS:avi,mov,wmv,mkv,3gp,rm}
|
|||||||
#PDF预览模块设置
|
#PDF预览模块设置
|
||||||
#配置PDF文件生成图片的像素大小,dpi 越高,图片质量越清晰,同时也会消耗更多的计算资源。
|
#配置PDF文件生成图片的像素大小,dpi 越高,图片质量越清晰,同时也会消耗更多的计算资源。
|
||||||
pdf2jpg.dpi = ${KK_PDF2JPG_DPI:144}
|
pdf2jpg.dpi = ${KK_PDF2JPG_DPI:144}
|
||||||
|
#PDF转换超时设置 (低于50页) 温馨提示这里数字仅供参考
|
||||||
|
pdf.timeout =${KK_pdf_TIMEOUT:90}
|
||||||
|
#PDF转换超时设置 (高于50小于200页)
|
||||||
|
pdf.timeout80 =${KK_PDF_TIMEOUT80:180}
|
||||||
|
#PDF转换超时设置 (大于200页)
|
||||||
|
pdf.timeout200 =${KK_PDF_TIMEOUT200:300}
|
||||||
|
#PDF转换线程设置
|
||||||
|
pdf.thread =${KK_PDF_THREAD:5}
|
||||||
#是否禁止演示模式
|
#是否禁止演示模式
|
||||||
pdf.presentationMode.disable = ${KK_PDF_PRESENTATION_MODE_DISABLE:true}
|
pdf.presentationMode.disable = ${KK_PDF_PRESENTATION_MODE_DISABLE:true}
|
||||||
#是否禁止打开文件
|
#是否禁止打开文件
|
||||||
@@ -151,10 +181,9 @@ watermark.height = ${WATERMARK_HEIGHT:80}
|
|||||||
#水印倾斜度数,要求设置在大于等于0,小于90
|
#水印倾斜度数,要求设置在大于等于0,小于90
|
||||||
watermark.angle = ${WATERMARK_ANGLE:10}
|
watermark.angle = ${WATERMARK_ANGLE:10}
|
||||||
|
|
||||||
|
|
||||||
#首页功能设置
|
#首页功能设置
|
||||||
#是否禁用首页文件上传
|
#是否禁用首页文件上传
|
||||||
file.upload.disable = ${KK_FILE_UPLOAD_ENABLED:false}
|
file.upload.disable = ${KK_FILE_UPLOAD_DISABLE:true}
|
||||||
# 备案信息,默认为空
|
# 备案信息,默认为空
|
||||||
beian = ${KK_BEIAN:default}
|
beian = ${KK_BEIAN:default}
|
||||||
#禁止上传类型
|
#禁止上传类型
|
||||||
|
|||||||
@@ -67,6 +67,10 @@ public class ConfigConstants {
|
|||||||
private static String homePagination;
|
private static String homePagination;
|
||||||
private static String homePageSize;
|
private static String homePageSize;
|
||||||
private static String homeSearch;
|
private static String homeSearch;
|
||||||
|
private static int pdfTimeout;
|
||||||
|
private static int pdfTimeout80;
|
||||||
|
private static int pdfTimeout200;
|
||||||
|
private static int pdfThread;
|
||||||
|
|
||||||
public static final String DEFAULT_CACHE_ENABLED = "true";
|
public static final String DEFAULT_CACHE_ENABLED = "true";
|
||||||
public static final String DEFAULT_TXT_TYPE = "txt,html,htm,asp,jsp,xml,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd,xbrl";
|
public static final String DEFAULT_TXT_TYPE = "txt,html,htm,asp,jsp,xml,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd,xbrl";
|
||||||
@@ -107,6 +111,10 @@ public class ConfigConstants {
|
|||||||
public static final String DEFAULT_HOME_PAGINATION = "true";
|
public static final String DEFAULT_HOME_PAGINATION = "true";
|
||||||
public static final String DEFAULT_HOME_PAGSIZE = "15";
|
public static final String DEFAULT_HOME_PAGSIZE = "15";
|
||||||
public static final String DEFAULT_HOME_SEARCH = "true";
|
public static final String DEFAULT_HOME_SEARCH = "true";
|
||||||
|
public static final String DEFAULT_PDF_TIMEOUT = "90";
|
||||||
|
public static final String DEFAULT_PDF_TIMEOUT80 = "180";
|
||||||
|
public static final String DEFAULT_PDF_TIMEOUT200 = "300";
|
||||||
|
public static final String DEFAULT_PDF_THREAD = "5";
|
||||||
|
|
||||||
public static Boolean isCacheEnabled() {
|
public static Boolean isCacheEnabled() {
|
||||||
return cacheEnabled;
|
return cacheEnabled;
|
||||||
@@ -300,7 +308,8 @@ public class ConfigConstants {
|
|||||||
if (DEFAULT_VALUE.equalsIgnoreCase(trustHost)) {
|
if (DEFAULT_VALUE.equalsIgnoreCase(trustHost)) {
|
||||||
return new CopyOnWriteArraySet<>();
|
return new CopyOnWriteArraySet<>();
|
||||||
} else {
|
} else {
|
||||||
String[] trustHostArray = trustHost.toLowerCase().split(",");
|
// 去除空格并转小写
|
||||||
|
String[] trustHostArray = trustHost.toLowerCase().replaceAll("\\s+", "").split(",");
|
||||||
return new CopyOnWriteArraySet<>(Arrays.asList(trustHostArray));
|
return new CopyOnWriteArraySet<>(Arrays.asList(trustHostArray));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -418,7 +427,7 @@ public class ConfigConstants {
|
|||||||
return fileUploadDisable;
|
return fileUploadDisable;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Value("${file.upload.disable:false}")
|
@Value("${file.upload.disable:true}")
|
||||||
public void setFileUploadDisable(Boolean fileUploadDisable) {
|
public void setFileUploadDisable(Boolean fileUploadDisable) {
|
||||||
setFileUploadDisableValue(fileUploadDisable);
|
setFileUploadDisableValue(fileUploadDisable);
|
||||||
}
|
}
|
||||||
@@ -580,6 +589,65 @@ public class ConfigConstants {
|
|||||||
ConfigConstants.cadThread = cadThread;
|
ConfigConstants.cadThread = cadThread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 以下为pdf转换模块设置
|
||||||
|
*/
|
||||||
|
public static int getPdfTimeout() {
|
||||||
|
return pdfTimeout;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Value("${pdf.timeout:90}")
|
||||||
|
public void setPdfTimeout(int pdfTimeout) {
|
||||||
|
setPdfTimeoutValue(pdfTimeout);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setPdfTimeoutValue(int pdfTimeout) {
|
||||||
|
ConfigConstants.pdfTimeout = pdfTimeout;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static int getPdfTimeout80() {
|
||||||
|
return pdfTimeout80;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Value("${pdf.timeout80:180}")
|
||||||
|
public void setPdfTimeout80(int pdfTimeout80) {
|
||||||
|
setPdfTimeout80Value(pdfTimeout80);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setPdfTimeout80Value(int pdfTimeout80) {
|
||||||
|
ConfigConstants.pdfTimeout80 = pdfTimeout80;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public static int getPdfTimeout200() {
|
||||||
|
return pdfTimeout200;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Value("${pdf.timeout200:300}")
|
||||||
|
public void setPdfTimeout200(int pdfTimeout200) {
|
||||||
|
setPdfTimeout200Value(pdfTimeout200);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setPdfTimeout200Value(int pdfTimeout200) {
|
||||||
|
ConfigConstants.pdfTimeout200 = pdfTimeout200;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static int getPdfThread() {
|
||||||
|
return pdfThread;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Value("${pdf.thread:5}")
|
||||||
|
public void setPdfThread(int pdfThread) {
|
||||||
|
setPdfThreadValue(pdfThread);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setPdfThreadValue(int pdfThread) {
|
||||||
|
ConfigConstants.pdfThread = pdfThread;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 以下为OFFICE转换模块设置
|
* 以下为OFFICE转换模块设置
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import org.slf4j.Logger;
|
|||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import javax.annotation.PostConstruct;
|
import jakarta.annotation.PostConstruct;
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.FileReader;
|
import java.io.FileReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@@ -78,6 +78,10 @@ public class ConfigRefreshComponent {
|
|||||||
String homePagination;
|
String homePagination;
|
||||||
String homePageSize;
|
String homePageSize;
|
||||||
String homeSearch;
|
String homeSearch;
|
||||||
|
int pdfTimeout;
|
||||||
|
int pdfTimeout80;
|
||||||
|
int pdfTimeout200;
|
||||||
|
int pdfThread;
|
||||||
while (true) {
|
while (true) {
|
||||||
FileReader fileReader = new FileReader(configFilePath);
|
FileReader fileReader = new FileReader(configFilePath);
|
||||||
BufferedReader bufferedReader = new BufferedReader(fileReader);
|
BufferedReader bufferedReader = new BufferedReader(fileReader);
|
||||||
@@ -126,6 +130,10 @@ public class ConfigRefreshComponent {
|
|||||||
homePageSize = properties.getProperty("home.pagesize", ConfigConstants.DEFAULT_HOME_PAGSIZE);
|
homePageSize = properties.getProperty("home.pagesize", ConfigConstants.DEFAULT_HOME_PAGSIZE);
|
||||||
homeSearch = properties.getProperty("home.search", ConfigConstants.DEFAULT_HOME_SEARCH);
|
homeSearch = properties.getProperty("home.search", ConfigConstants.DEFAULT_HOME_SEARCH);
|
||||||
cadThread = Integer.parseInt(properties.getProperty("cad.thread", ConfigConstants.DEFAULT_CAD_THREAD));
|
cadThread = Integer.parseInt(properties.getProperty("cad.thread", ConfigConstants.DEFAULT_CAD_THREAD));
|
||||||
|
pdfTimeout = Integer.parseInt(properties.getProperty("pdf.timeout", ConfigConstants.DEFAULT_PDF_TIMEOUT));
|
||||||
|
pdfTimeout80 = Integer.parseInt(properties.getProperty("pdf.timeout80", ConfigConstants.DEFAULT_PDF_TIMEOUT80));
|
||||||
|
pdfTimeout200 = Integer.parseInt(properties.getProperty("pdf.timeout200", ConfigConstants.DEFAULT_PDF_TIMEOUT200));
|
||||||
|
pdfThread = Integer.parseInt(properties.getProperty("pdf.thread", ConfigConstants.DEFAULT_PDF_THREAD));
|
||||||
prohibitArray = prohibit.split(",");
|
prohibitArray = prohibit.split(",");
|
||||||
|
|
||||||
ConfigConstants.setCacheEnabledValueValue(cacheEnabled);
|
ConfigConstants.setCacheEnabledValueValue(cacheEnabled);
|
||||||
@@ -169,6 +177,10 @@ public class ConfigRefreshComponent {
|
|||||||
ConfigConstants.setHomePaginationValue(homePagination);
|
ConfigConstants.setHomePaginationValue(homePagination);
|
||||||
ConfigConstants.setHomePageSizeValue(homePageSize);
|
ConfigConstants.setHomePageSizeValue(homePageSize);
|
||||||
ConfigConstants.setHomeSearchValue(homeSearch);
|
ConfigConstants.setHomeSearchValue(homeSearch);
|
||||||
|
ConfigConstants.setPdfTimeoutValue(pdfTimeout);
|
||||||
|
ConfigConstants.setPdfTimeout80Value(pdfTimeout80);
|
||||||
|
ConfigConstants.setPdfTimeout200Value(pdfTimeout200);
|
||||||
|
ConfigConstants.setPdfThreadValue(pdfThread);
|
||||||
setWatermarkConfig(properties);
|
setWatermarkConfig(properties);
|
||||||
bufferedReader.close();
|
bufferedReader.close();
|
||||||
fileReader.close();
|
fileReader.close();
|
||||||
|
|||||||
@@ -50,26 +50,21 @@ public class RedissonConfig {
|
|||||||
.setConnectionMinimumIdleSize(connectionMinimumIdleSize)
|
.setConnectionMinimumIdleSize(connectionMinimumIdleSize)
|
||||||
.setConnectionPoolSize(connectionPoolSize)
|
.setConnectionPoolSize(connectionPoolSize)
|
||||||
.setDatabase(database)
|
.setDatabase(database)
|
||||||
.setDnsMonitoring(dnsMonitoring)
|
|
||||||
.setDnsMonitoringInterval(dnsMonitoringInterval)
|
.setDnsMonitoringInterval(dnsMonitoringInterval)
|
||||||
.setSubscriptionConnectionMinimumIdleSize(subscriptionConnectionMinimumIdleSize)
|
.setSubscriptionConnectionMinimumIdleSize(subscriptionConnectionMinimumIdleSize)
|
||||||
.setSubscriptionConnectionPoolSize(subscriptionConnectionPoolSize)
|
.setSubscriptionConnectionPoolSize(subscriptionConnectionPoolSize)
|
||||||
.setSubscriptionsPerConnection(subscriptionsPerConnection)
|
.setSubscriptionsPerConnection(subscriptionsPerConnection)
|
||||||
.setClientName(clientName)
|
.setClientName(clientName)
|
||||||
.setFailedAttempts(failedAttempts)
|
|
||||||
.setRetryAttempts(retryAttempts)
|
.setRetryAttempts(retryAttempts)
|
||||||
.setRetryInterval(retryInterval)
|
.setRetryInterval(retryInterval)
|
||||||
.setReconnectionTimeout(reconnectionTimeout)
|
|
||||||
.setTimeout(timeout)
|
.setTimeout(timeout)
|
||||||
.setConnectTimeout(connectTimeout)
|
.setConnectTimeout(connectTimeout)
|
||||||
.setIdleConnectionTimeout(idleConnectionTimeout)
|
.setIdleConnectionTimeout(idleConnectionTimeout)
|
||||||
.setPingTimeout(pingTimeout)
|
|
||||||
.setPassword(StringUtils.trimToNull(password));
|
.setPassword(StringUtils.trimToNull(password));
|
||||||
Codec codec=(Codec) ClassUtils.forName(getCodec(), ClassUtils.getDefaultClassLoader()).newInstance();
|
Codec codec=(Codec) ClassUtils.forName(getCodec(), ClassUtils.getDefaultClassLoader()).newInstance();
|
||||||
config.setCodec(codec);
|
config.setCodec(codec);
|
||||||
config.setThreads(thread);
|
config.setThreads(thread);
|
||||||
config.setEventLoopGroup(new NioEventLoopGroup());
|
config.setEventLoopGroup(new NioEventLoopGroup());
|
||||||
config.setUseLinuxNativeEpoll(false);
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ public enum FileType {
|
|||||||
MEDIACONVERT("mediaFilePreviewImpl"),
|
MEDIACONVERT("mediaFilePreviewImpl"),
|
||||||
MARKDOWN("markdownFilePreviewImpl"),
|
MARKDOWN("markdownFilePreviewImpl"),
|
||||||
XML("xmlFilePreviewImpl"),
|
XML("xmlFilePreviewImpl"),
|
||||||
|
JSON("jsonFilePreviewImpl"),
|
||||||
CAD("cadFilePreviewImpl"),
|
CAD("cadFilePreviewImpl"),
|
||||||
TIFF("tiffFilePreviewImpl"),
|
TIFF("tiffFilePreviewImpl"),
|
||||||
OFD("ofdFilePreviewImpl"),
|
OFD("ofdFilePreviewImpl"),
|
||||||
@@ -44,12 +45,13 @@ public enum FileType {
|
|||||||
private static final String[] DCM_TYPES = {"dcm"};
|
private static final String[] DCM_TYPES = {"dcm"};
|
||||||
private static final String[] DRAWIO_TYPES = {"drawio"};
|
private static final String[] DRAWIO_TYPES = {"drawio"};
|
||||||
private static final String[] XML_TYPES = {"xml","xbrl"};
|
private static final String[] XML_TYPES = {"xml","xbrl"};
|
||||||
|
private static final String[] JSON_TYPES = {"json"};
|
||||||
private static final String[] TIFF_TYPES = {"tif", "tiff"};
|
private static final String[] TIFF_TYPES = {"tif", "tiff"};
|
||||||
private static final String[] OFD_TYPES = {"ofd"};
|
private static final String[] OFD_TYPES = {"ofd"};
|
||||||
private static final String[] SVG_TYPES = {"svg"};
|
private static final String[] SVG_TYPES = {"svg"};
|
||||||
private static final String[] CAD_TYPES = {"dwg", "dxf", "dwf", "iges", "igs", "dwt", "dng", "ifc", "dwfx", "stl", "cf2", "plt"};
|
private static final String[] CAD_TYPES = {"dwg", "dxf", "dwf", "iges", "igs", "dwt", "dng", "ifc", "dwfx", "stl", "cf2", "plt"};
|
||||||
private static final String[] SSIM_TEXT_TYPES = ConfigConstants.getSimText();
|
private static final String[] SSIM_TEXT_TYPES = ConfigConstants.getSimText();
|
||||||
private static final String[] CODES = {"java", "c", "php", "go", "python", "py", "js", "html", "ftl", "css", "lua", "sh", "rb", "yaml", "yml", "json", "h", "cpp", "cs", "aspx", "jsp", "sql"};
|
private static final String[] CODES = {"java", "c", "php", "go", "python", "py", "js", "html", "ftl", "css", "lua", "sh", "rb", "yaml", "yml", "h", "cpp", "cs", "aspx", "jsp", "sql"};
|
||||||
private static final String[] MEDIA_TYPES = ConfigConstants.getMedia();
|
private static final String[] MEDIA_TYPES = ConfigConstants.getMedia();
|
||||||
public static final String[] MEDIA_CONVERT_TYPES = ConfigConstants.getConvertMedias();
|
public static final String[] MEDIA_CONVERT_TYPES = ConfigConstants.getConvertMedias();
|
||||||
private static final Map<String, FileType> FILE_TYPE_MAPPER = new HashMap<>();
|
private static final Map<String, FileType> FILE_TYPE_MAPPER = new HashMap<>();
|
||||||
@@ -109,6 +111,9 @@ public enum FileType {
|
|||||||
for (String xml : XML_TYPES) {
|
for (String xml : XML_TYPES) {
|
||||||
FILE_TYPE_MAPPER.put(xml, FileType.XML);
|
FILE_TYPE_MAPPER.put(xml, FileType.XML);
|
||||||
}
|
}
|
||||||
|
for (String json : JSON_TYPES) {
|
||||||
|
FILE_TYPE_MAPPER.put(json, FileType.JSON);
|
||||||
|
}
|
||||||
FILE_TYPE_MAPPER.put("md", FileType.MARKDOWN);
|
FILE_TYPE_MAPPER.put("md", FileType.MARKDOWN);
|
||||||
FILE_TYPE_MAPPER.put("pdf", FileType.PDF);
|
FILE_TYPE_MAPPER.put("pdf", FileType.PDF);
|
||||||
FILE_TYPE_MAPPER.put("bpmn", FileType.BPMN);
|
FILE_TYPE_MAPPER.put("bpmn", FileType.BPMN);
|
||||||
|
|||||||
@@ -12,12 +12,19 @@ import net.sf.sevenzipjbinding.SevenZipException;
|
|||||||
import net.sf.sevenzipjbinding.impl.RandomAccessFileInStream;
|
import net.sf.sevenzipjbinding.impl.RandomAccessFileInStream;
|
||||||
import net.sf.sevenzipjbinding.simple.ISimpleInArchive;
|
import net.sf.sevenzipjbinding.simple.ISimpleInArchive;
|
||||||
import net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem;
|
import net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem;
|
||||||
import org.apache.commons.io.IOUtils;
|
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
import org.springframework.util.ObjectUtils;
|
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.BufferedOutputStream;
|
||||||
|
import java.io.FileOutputStream;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.OutputStream;
|
||||||
|
import java.io.RandomAccessFile;
|
||||||
|
import java.io.UnsupportedEncodingException;
|
||||||
|
import java.net.URLEncoder;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.nio.file.Files;
|
||||||
|
import java.nio.file.Path;
|
||||||
|
import java.nio.file.Paths;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -37,73 +44,70 @@ public class CompressFileReader {
|
|||||||
public String unRar(String filePath, String filePassword, String fileName, FileAttribute fileAttribute) throws Exception {
|
public String unRar(String filePath, String filePassword, String fileName, FileAttribute fileAttribute) throws Exception {
|
||||||
List<String> imgUrls = new ArrayList<>();
|
List<String> imgUrls = new ArrayList<>();
|
||||||
String baseUrl = BaseUrlFilter.getBaseUrl();
|
String baseUrl = BaseUrlFilter.getBaseUrl();
|
||||||
String packagePath = "_"; //防止文件名重复 压缩包统一生成文件添加_符号
|
String packagePath = "_";
|
||||||
String folderName = filePath.replace(fileDir, ""); //修复压缩包 多重目录获取路径错误
|
String folderName = filePath.replace(fileDir, ""); //修复压缩包 多重目录获取路径错误
|
||||||
if (fileAttribute.isCompressFile()) { //压缩包文件 直接赋予路径 不予下载
|
if (fileAttribute.isCompressFile()) {
|
||||||
folderName = "_decompression" + folderName; //重新修改多重压缩包 生成文件路径
|
folderName = "_decompression" + folderName;
|
||||||
}
|
}
|
||||||
RandomAccessFile randomAccessFile = null;
|
Path folderPath = Paths.get(fileDir, folderName + packagePath);
|
||||||
IInArchive inArchive = null;
|
Files.createDirectories(folderPath);
|
||||||
try {
|
|
||||||
randomAccessFile = new RandomAccessFile(filePath, "r");
|
try (RandomAccessFile randomAccessFile = new RandomAccessFile(filePath, "r");
|
||||||
inArchive = SevenZip.openInArchive(null, new RandomAccessFileInStream(randomAccessFile));
|
IInArchive inArchive = SevenZip.openInArchive(null, new RandomAccessFileInStream(randomAccessFile))) {
|
||||||
|
|
||||||
ISimpleInArchive simpleInArchive = inArchive.getSimpleInterface();
|
ISimpleInArchive simpleInArchive = inArchive.getSimpleInterface();
|
||||||
final String[] str = {null};
|
|
||||||
for (final ISimpleInArchiveItem item : simpleInArchive.getArchiveItems()) {
|
for (final ISimpleInArchiveItem item : simpleInArchive.getArchiveItems()) {
|
||||||
if (!item.isFolder()) {
|
if (!item.isFolder()) {
|
||||||
ExtractOperationResult result;
|
final Path filePathInsideArchive = getFilePathInsideArchive(item, folderPath);
|
||||||
String finalFolderName = folderName;
|
ExtractOperationResult result = item.extractSlow(data -> {
|
||||||
result = item.extractSlow(data -> {
|
try (OutputStream out = new BufferedOutputStream(new FileOutputStream(filePathInsideArchive.toFile(), true))) {
|
||||||
try {
|
out.write(data);
|
||||||
str[0] = RarUtils.getUtf8String(item.getPath());
|
} catch (IOException e) {
|
||||||
if (RarUtils.isMessyCode(str[0])) {
|
throw new RuntimeException(e);
|
||||||
str[0] = new String(item.getPath().getBytes(StandardCharsets.ISO_8859_1), "gbk");
|
|
||||||
}
|
|
||||||
str[0] = str[0].replace("\\", File.separator); //Linux 下路径错误
|
|
||||||
String str1 = str[0].substring(0, str[0].lastIndexOf(File.separator) + 1);
|
|
||||||
File file = new File(fileDir, finalFolderName + packagePath + File.separator + str1);
|
|
||||||
if (!file.exists()) {
|
|
||||||
file.mkdirs();
|
|
||||||
}
|
|
||||||
OutputStream out = new FileOutputStream(fileDir + finalFolderName + packagePath + File.separator + str[0], true);
|
|
||||||
IOUtils.write(data, out);
|
|
||||||
out.close();
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
return Integer.parseInt(null);
|
|
||||||
}
|
}
|
||||||
return data.length;
|
return data.length;
|
||||||
}, filePassword);
|
}, filePassword);
|
||||||
if (result == ExtractOperationResult.OK) {
|
if (result != ExtractOperationResult.OK) {
|
||||||
FileType type = FileType.typeFromUrl(str[0]);
|
ExtractOperationResult result1 = ExtractOperationResult.valueOf("WRONG_PASSWORD");
|
||||||
if (type.equals(FileType.PICTURE)) {
|
if (result1.equals(result)) {
|
||||||
imgUrls.add(baseUrl + folderName + packagePath + "/" + str[0].replace("\\", "/"));
|
throw new Exception("Password");
|
||||||
|
}else {
|
||||||
|
throw new Exception("Failed to extract RAR file.");
|
||||||
}
|
}
|
||||||
fileHandlerService.putImgCache(fileName + packagePath, imgUrls);
|
}
|
||||||
} else {
|
|
||||||
return null;
|
FileType type = FileType.typeFromUrl(filePathInsideArchive.toString());
|
||||||
|
if (type.equals(FileType.PICTURE)) { //图片缓存到集合,为了特殊符号需要进行编码
|
||||||
|
imgUrls.add(baseUrl + URLEncoder.encode(fileName + packagePath+"/"+ folderPath.relativize(filePathInsideArchive).toString().replace("\\", "/"), "UTF-8"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return folderName + packagePath;
|
fileHandlerService.putImgCache(fileName + packagePath, imgUrls);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new Exception(e);
|
throw new Exception("Error processing RAR file: " + e.getMessage(), e);
|
||||||
} finally {
|
|
||||||
if (inArchive != null) {
|
|
||||||
try {
|
|
||||||
inArchive.close();
|
|
||||||
} catch (SevenZipException e) {
|
|
||||||
System.err.println("Error closing archive: " + e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (randomAccessFile != null) {
|
|
||||||
try {
|
|
||||||
randomAccessFile.close();
|
|
||||||
} catch (IOException e) {
|
|
||||||
System.err.println("Error closing file: " + e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
return folderName + packagePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
private Path getFilePathInsideArchive(ISimpleInArchiveItem item, Path folderPath) throws SevenZipException, UnsupportedEncodingException {
|
||||||
|
String insideFileName = RarUtils.getUtf8String(item.getPath());
|
||||||
|
if (RarUtils.isMessyCode(insideFileName)) {
|
||||||
|
insideFileName = new String(item.getPath().getBytes(StandardCharsets.ISO_8859_1), "gbk");
|
||||||
|
}
|
||||||
|
|
||||||
|
// 正规化路径并验证是否安全
|
||||||
|
Path normalizedPath = folderPath.resolve(insideFileName).normalize();
|
||||||
|
if (!normalizedPath.startsWith(folderPath)) {
|
||||||
|
throw new SecurityException("Unsafe path detected: " + insideFileName);
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
Files.createDirectories(normalizedPath.getParent());
|
||||||
|
} catch (IOException e) {
|
||||||
|
throw new RuntimeException("Failed to create directory: " + normalizedPath.getParent(), e);
|
||||||
|
}
|
||||||
|
return normalizedPath;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@ import org.slf4j.LoggerFactory;
|
|||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.ui.ExtendedModelMap;
|
import org.springframework.ui.ExtendedModelMap;
|
||||||
|
|
||||||
import javax.annotation.PostConstruct;
|
import jakarta.annotation.PostConstruct;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -73,7 +73,7 @@ public class FileConvertQueueTask {
|
|||||||
TimeUnit.SECONDS.sleep(10);
|
TimeUnit.SECONDS.sleep(10);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
Thread.currentThread().interrupt();
|
Thread.currentThread().interrupt();
|
||||||
ex.printStackTrace();
|
logger.error("Failed to sleep after exception", ex);
|
||||||
}
|
}
|
||||||
logger.info("处理预览转换任务异常,url:{}", url, e);
|
logger.info("处理预览转换任务异常,url:{}", url, e);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ import com.aspose.cad.*;
|
|||||||
import com.aspose.cad.fileformats.cad.CadDrawTypeMode;
|
import com.aspose.cad.fileformats.cad.CadDrawTypeMode;
|
||||||
import com.aspose.cad.fileformats.tiff.enums.TiffExpectedFormat;
|
import com.aspose.cad.fileformats.tiff.enums.TiffExpectedFormat;
|
||||||
import com.aspose.cad.imageoptions.*;
|
import com.aspose.cad.imageoptions.*;
|
||||||
import com.itextpdf.text.pdf.PdfReader;
|
|
||||||
import org.apache.commons.lang3.exception.ExceptionUtils;
|
import org.apache.commons.lang3.exception.ExceptionUtils;
|
||||||
|
import org.apache.pdfbox.Loader;
|
||||||
import org.apache.pdfbox.pdmodel.PDDocument;
|
import org.apache.pdfbox.pdmodel.PDDocument;
|
||||||
import org.apache.pdfbox.rendering.ImageType;
|
import org.apache.pdfbox.rendering.ImageType;
|
||||||
import org.apache.pdfbox.rendering.PDFRenderer;
|
import org.apache.pdfbox.rendering.PDFRenderer;
|
||||||
@@ -31,13 +31,16 @@ import org.springframework.util.CollectionUtils;
|
|||||||
import org.springframework.util.ObjectUtils;
|
import org.springframework.util.ObjectUtils;
|
||||||
import org.springframework.util.StringUtils;
|
import org.springframework.util.StringUtils;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.net.URLDecoder;
|
import java.net.URLDecoder;
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
import java.util.*;
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Objects;
|
||||||
import java.util.concurrent.*;
|
import java.util.concurrent.*;
|
||||||
import java.util.stream.IntStream;
|
import java.util.stream.IntStream;
|
||||||
|
|
||||||
@@ -175,13 +178,13 @@ public class FileHandlerService implements InitializingBean {
|
|||||||
sb.append("<script src=\"excel/excel.header.js\" type=\"text/javascript\"></script>");
|
sb.append("<script src=\"excel/excel.header.js\" type=\"text/javascript\"></script>");
|
||||||
sb.append("<link rel=\"stylesheet\" href=\"excel/excel.css\">");
|
sb.append("<link rel=\"stylesheet\" href=\"excel/excel.css\">");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
logger.error("Failed to read file: {}", outFilePath, e);
|
||||||
}
|
}
|
||||||
// 重新写入文件
|
// 重新写入文件
|
||||||
try (FileOutputStream fos = new FileOutputStream(outFilePath); BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(fos, StandardCharsets.UTF_8))) {
|
try (FileOutputStream fos = new FileOutputStream(outFilePath); BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(fos, StandardCharsets.UTF_8))) {
|
||||||
writer.write(sb.toString());
|
writer.write(sb.toString());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
logger.error("Failed to write file: {}", outFilePath, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -236,9 +239,9 @@ public class FileHandlerService implements InitializingBean {
|
|||||||
boolean forceUpdatedCache = fileAttribute.forceUpdatedCache();
|
boolean forceUpdatedCache = fileAttribute.forceUpdatedCache();
|
||||||
boolean usePasswordCache = fileAttribute.getUsePasswordCache();
|
boolean usePasswordCache = fileAttribute.getUsePasswordCache();
|
||||||
String filePassword = fileAttribute.getFilePassword();
|
String filePassword = fileAttribute.getFilePassword();
|
||||||
String pdfPassword = null;
|
PDDocument doc;
|
||||||
PDDocument doc = null;
|
final String[] pdfPassword = {null};
|
||||||
PdfReader pdfReader = null;
|
final int[] pageCount = new int[1];
|
||||||
if (!forceUpdatedCache) {
|
if (!forceUpdatedCache) {
|
||||||
List<String> cacheResult = this.loadPdf2jpgCache(pdfFilePath);
|
List<String> cacheResult = this.loadPdf2jpgCache(pdfFilePath);
|
||||||
if (!CollectionUtils.isEmpty(cacheResult)) {
|
if (!CollectionUtils.isEmpty(cacheResult)) {
|
||||||
@@ -246,64 +249,77 @@ public class FileHandlerService implements InitializingBean {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
List<String> imageUrls = new ArrayList<>();
|
List<String> imageUrls = new ArrayList<>();
|
||||||
|
File pdfFile = new File(fileNameFilePath);
|
||||||
|
if (!pdfFile.exists()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
int index = pdfFilePath.lastIndexOf(".");
|
||||||
|
String folder = pdfFilePath.substring(0, index);
|
||||||
|
File path = new File(folder);
|
||||||
|
if (!path.exists() && !path.mkdirs()) {
|
||||||
|
logger.error("创建转换文件【{}】目录失败,请检查目录权限!", folder);
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
File pdfFile = new File(fileNameFilePath);
|
doc = Loader.loadPDF(pdfFile, filePassword);
|
||||||
if (!pdfFile.exists()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
doc = PDDocument.load(pdfFile, filePassword);
|
|
||||||
doc.setResourceCache(new NotResourceCache());
|
doc.setResourceCache(new NotResourceCache());
|
||||||
int pageCount = doc.getNumberOfPages();
|
pageCount[0] = doc.getNumberOfPages();
|
||||||
PDFRenderer pdfRenderer = new PDFRenderer(doc);
|
} catch (IOException e) {
|
||||||
int index = pdfFilePath.lastIndexOf(".");
|
Throwable[] throwableArray = ExceptionUtils.getThrowables(e);
|
||||||
String folder = pdfFilePath.substring(0, index);
|
for (Throwable throwable : throwableArray) {
|
||||||
File path = new File(folder);
|
if (throwable instanceof IOException || throwable instanceof EncryptedDocumentException) {
|
||||||
if (!path.exists() && !path.mkdirs()) {
|
if (e.getMessage().toLowerCase().contains(PDF_PASSWORD_MSG)) {
|
||||||
logger.error("创建转换文件【{}】目录失败,请检查目录权限!", folder);
|
pdfPassword[0] = PDF_PASSWORD_MSG; //查询到该文件是密码文件 输出带密码的值
|
||||||
}
|
|
||||||
String imageFilePath;
|
|
||||||
for (int pageIndex = 0; pageIndex < pageCount; pageIndex++) {
|
|
||||||
imageFilePath = folder + File.separator + pageIndex + PDF2JPG_IMAGE_FORMAT;
|
|
||||||
BufferedImage image = pdfRenderer.renderImageWithDPI(pageIndex, ConfigConstants.getPdf2JpgDpi(), ImageType.RGB);
|
|
||||||
ImageIOUtil.writeImage(image, imageFilePath, ConfigConstants.getPdf2JpgDpi());
|
|
||||||
String imageUrl = this.getPdf2jpgUrl(pdfFilePath, pageIndex);
|
|
||||||
imageUrls.add(imageUrl);
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
if (!ObjectUtils.isEmpty(filePassword)) { //获取到密码 判断是否是加密文件
|
|
||||||
pdfReader = new PdfReader(fileNameFilePath); //读取PDF文件 通过异常获取该文件是否有密码字符
|
|
||||||
}
|
|
||||||
} catch (Exception e) { //获取异常方法 判断是否有加密字符串
|
|
||||||
Throwable[] throwableArray = ExceptionUtils.getThrowables(e);
|
|
||||||
for (Throwable throwable : throwableArray) {
|
|
||||||
if (throwable instanceof IOException || throwable instanceof EncryptedDocumentException) {
|
|
||||||
if (e.getMessage().toLowerCase().contains(PDF_PASSWORD_MSG)) {
|
|
||||||
pdfPassword = PDF_PASSWORD_MSG; //查询到该文件是密码文件 输出带密码的值
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!PDF_PASSWORD_MSG.equals(pdfPassword)) { //该文件异常 错误原因非密码原因输出错误
|
|
||||||
logger.error("Convert pdf exception, pdfFilePath:{}", pdfFilePath, e);
|
|
||||||
}
|
|
||||||
|
|
||||||
} finally {
|
|
||||||
if (pdfReader != null) { //关闭
|
|
||||||
pdfReader.close();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
if (!PDF_PASSWORD_MSG.equals(pdfPassword[0])) { //该文件异常 错误原因非密码原因输出错误
|
||||||
if (usePasswordCache || !PDF_PASSWORD_MSG.equals(pdfPassword)) { //加密文件 判断是否启用缓存命令
|
logger.error("Convert pdf exception, pdfFilePath:{}", pdfFilePath, e);
|
||||||
this.addPdf2jpgCache(pdfFilePath, pageCount);
|
|
||||||
}
|
|
||||||
} catch (IOException e) {
|
|
||||||
if (!e.getMessage().contains(PDF_PASSWORD_MSG)) {
|
|
||||||
logger.error("Convert pdf to jpg exception, pdfFilePath:{}", pdfFilePath, e);
|
|
||||||
}
|
}
|
||||||
throw new Exception(e);
|
throw new Exception(e);
|
||||||
} finally {
|
}
|
||||||
if (doc != null) { //关闭
|
Callable <List<String>> call = () -> {
|
||||||
|
try {
|
||||||
|
String imageFilePath;
|
||||||
|
BufferedImage image = null;
|
||||||
|
PDFRenderer pdfRenderer = new PDFRenderer(doc);
|
||||||
|
pdfRenderer.setSubsamplingAllowed(true);
|
||||||
|
for (int pageIndex = 0; pageIndex < pageCount[0]; pageIndex++) {
|
||||||
|
imageFilePath = folder + File.separator + pageIndex + PDF2JPG_IMAGE_FORMAT;
|
||||||
|
image = pdfRenderer.renderImageWithDPI(pageIndex, ConfigConstants.getPdf2JpgDpi(), ImageType.RGB);
|
||||||
|
ImageIOUtil.writeImage(image, imageFilePath, ConfigConstants.getPdf2JpgDpi());
|
||||||
|
String imageUrl = this.getPdf2jpgUrl(pdfFilePath, pageIndex);
|
||||||
|
imageUrls.add(imageUrl);
|
||||||
|
}
|
||||||
|
image.flush();
|
||||||
|
} catch (IOException e) {
|
||||||
|
throw new Exception(e);
|
||||||
|
} finally {
|
||||||
doc.close();
|
doc.close();
|
||||||
}
|
}
|
||||||
|
return imageUrls;
|
||||||
|
};
|
||||||
|
Future<List<String>> result = pool.submit(call);
|
||||||
|
int pdftimeout;
|
||||||
|
if(pageCount[0] <=50){
|
||||||
|
pdftimeout = ConfigConstants.getPdfTimeout();
|
||||||
|
}else if(pageCount[0] <=200){
|
||||||
|
pdftimeout = ConfigConstants.getPdfTimeout80();
|
||||||
|
}else {
|
||||||
|
pdftimeout = ConfigConstants.getPdfTimeout200();
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
result.get(pdftimeout, TimeUnit.SECONDS);
|
||||||
|
// 如果在超时时间内,没有数据返回:则抛出TimeoutException异常
|
||||||
|
} catch (InterruptedException | ExecutionException e) {
|
||||||
|
throw new Exception(e);
|
||||||
|
} catch (TimeoutException e) {
|
||||||
|
throw new Exception("overtime");
|
||||||
|
} finally {
|
||||||
|
//关闭
|
||||||
|
doc.close();
|
||||||
|
}
|
||||||
|
if (usePasswordCache || ObjectUtils.isEmpty(filePassword)) { //加密文件 判断是否启用缓存命令
|
||||||
|
this.addPdf2jpgCache(pdfFilePath, pageCount[0]);
|
||||||
}
|
}
|
||||||
return imageUrls;
|
return imageUrls;
|
||||||
}
|
}
|
||||||
@@ -458,21 +474,17 @@ public class FileHandlerService implements InitializingBean {
|
|||||||
boolean isCompressFile = !ObjectUtils.isEmpty(compressFileKey);
|
boolean isCompressFile = !ObjectUtils.isEmpty(compressFileKey);
|
||||||
if (isCompressFile) { //判断是否使用特定压缩包符号
|
if (isCompressFile) { //判断是否使用特定压缩包符号
|
||||||
try {
|
try {
|
||||||
// http://127.0.0.1:8012/各类型文件1 - 副本.zip_/各类型文件/正常预览/PPT转的PDF.pdf?kkCompressfileKey=各类型文件1 - 副本.zip_
|
originFileName = URLDecoder.decode(originFileName, uriEncoding); //转义的文件名 解下出原始文件名
|
||||||
// http://127.0.0.1:8012/preview/各类型文件1 - 副本.zip_/各类型文件/正常预览/PPT转的PDF.pdf?kkCompressfileKey=各类型文件1 - 副本.zip_ 获取路径就会错误 需要下面的方法
|
|
||||||
String urlStrr = getSubString(compressFilePath, compressFileKey); //反代情况下添加前缀,只获取有压缩包字符的路径
|
|
||||||
originFileName = compressFileKey + urlStrr.trim(); //拼接完整路径
|
|
||||||
originFileName = URLDecoder.decode(originFileName, uriEncoding); //压缩包文件中文编码问题
|
|
||||||
attribute.setSkipDownLoad(true);
|
attribute.setSkipDownLoad(true);
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
e.printStackTrace();
|
logger.error("Failed to decode file name: {}", originFileName, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (UrlEncoderUtils.hasUrlEncoded(originFileName)) { //判断文件名是否转义
|
if (UrlEncoderUtils.hasUrlEncoded(originFileName)) { //判断文件名是否转义
|
||||||
try {
|
try {
|
||||||
originFileName = URLDecoder.decode(originFileName, uriEncoding); //转义的文件名 解下出原始文件名
|
originFileName = URLDecoder.decode(originFileName, uriEncoding); //转义的文件名 解下出原始文件名
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
e.printStackTrace();
|
logger.error("Failed to decode file name: {}", originFileName, e);
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
url = WebUtils.encodeUrlFileName(url); //对未转义的url进行转义
|
url = WebUtils.encodeUrlFileName(url); //对未转义的url进行转义
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ public interface FilePreview {
|
|||||||
String CODE_FILE_PREVIEW_PAGE = "code";
|
String CODE_FILE_PREVIEW_PAGE = "code";
|
||||||
String EXEL_FILE_PREVIEW_PAGE = "html";
|
String EXEL_FILE_PREVIEW_PAGE = "html";
|
||||||
String XML_FILE_PREVIEW_PAGE = "xml";
|
String XML_FILE_PREVIEW_PAGE = "xml";
|
||||||
|
String JSON_FILE_PREVIEW_PAGE = "json";
|
||||||
String MARKDOWN_FILE_PREVIEW_PAGE = "markdown";
|
String MARKDOWN_FILE_PREVIEW_PAGE = "markdown";
|
||||||
String BPMN_FILE_PREVIEW_PAGE = "bpmn";
|
String BPMN_FILE_PREVIEW_PAGE = "bpmn";
|
||||||
String DCM_FILE_PREVIEW_PAGE = "dcm";
|
String DCM_FILE_PREVIEW_PAGE = "dcm";
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ import org.springframework.core.Ordered;
|
|||||||
import org.springframework.core.annotation.Order;
|
import org.springframework.core.annotation.Order;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import javax.annotation.PostConstruct;
|
import jakarta.annotation.PostConstruct;
|
||||||
import javax.annotation.PreDestroy;
|
import jakarta.annotation.PreDestroy;
|
||||||
import java.io.ByteArrayOutputStream;
|
import java.io.ByteArrayOutputStream;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|||||||
@@ -2,9 +2,12 @@ package cn.keking.service.cache;
|
|||||||
|
|
||||||
import org.apache.pdfbox.cos.COSObject;
|
import org.apache.pdfbox.cos.COSObject;
|
||||||
import org.apache.pdfbox.pdmodel.DefaultResourceCache;
|
import org.apache.pdfbox.pdmodel.DefaultResourceCache;
|
||||||
|
import org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDPropertyList;
|
||||||
import org.apache.pdfbox.pdmodel.graphics.PDXObject;
|
import org.apache.pdfbox.pdmodel.graphics.PDXObject;
|
||||||
|
import org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace;
|
||||||
import java.io.IOException;
|
import org.apache.pdfbox.pdmodel.graphics.pattern.PDAbstractPattern;
|
||||||
|
import org.apache.pdfbox.pdmodel.graphics.shading.PDShading;
|
||||||
|
import org.apache.pdfbox.pdmodel.graphics.state.PDExtendedGraphicsState;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author: Sawyer.Yong
|
* @author: Sawyer.Yong
|
||||||
@@ -14,7 +17,21 @@ import java.io.IOException;
|
|||||||
public class NotResourceCache extends DefaultResourceCache {
|
public class NotResourceCache extends DefaultResourceCache {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void put(COSObject indirect, PDXObject xobject) throws IOException {
|
public void put(COSObject indirect, PDColorSpace colorSpace) {
|
||||||
// do nothing
|
}
|
||||||
|
@Override
|
||||||
|
public void put(COSObject indirect, PDExtendedGraphicsState extGState) {
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public void put(COSObject indirect, PDShading shading) {
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public void put(COSObject indirect, PDAbstractPattern pattern) {
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public void put(COSObject indirect, PDPropertyList propertyList) {
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
public void put(COSObject indirect, PDXObject xobject) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import org.apache.commons.lang3.StringUtils;
|
|||||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import javax.annotation.PostConstruct;
|
import jakarta.annotation.PostConstruct;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ import cn.keking.utils.DownloadUtils;
|
|||||||
import cn.keking.utils.KkFileUtils;
|
import cn.keking.utils.KkFileUtils;
|
||||||
import cn.keking.utils.WebUtils;
|
import cn.keking.utils.WebUtils;
|
||||||
import cn.keking.web.filter.BaseUrlFilter;
|
import cn.keking.web.filter.BaseUrlFilter;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.ui.Model;
|
import org.springframework.ui.Model;
|
||||||
import org.springframework.util.StringUtils;
|
import org.springframework.util.StringUtils;
|
||||||
@@ -22,6 +24,7 @@ import static cn.keking.service.impl.OfficeFilePreviewImpl.getPreviewType;
|
|||||||
@Service
|
@Service
|
||||||
public class CadFilePreviewImpl implements FilePreview {
|
public class CadFilePreviewImpl implements FilePreview {
|
||||||
|
|
||||||
|
private static final Logger logger = LoggerFactory.getLogger(CadFilePreviewImpl.class);
|
||||||
private static final String OFFICE_PREVIEW_TYPE_IMAGE = "image";
|
private static final String OFFICE_PREVIEW_TYPE_IMAGE = "image";
|
||||||
private static final String OFFICE_PREVIEW_TYPE_ALL_IMAGES = "allImages";
|
private static final String OFFICE_PREVIEW_TYPE_ALL_IMAGES = "allImages";
|
||||||
|
|
||||||
@@ -55,7 +58,7 @@ public class CadFilePreviewImpl implements FilePreview {
|
|||||||
try {
|
try {
|
||||||
imageUrls = fileHandlerService.cadToPdf(filePath, outFilePath, cadPreviewType, fileAttribute);
|
imageUrls = fileHandlerService.cadToPdf(filePath, outFilePath, cadPreviewType, fileAttribute);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
logger.error("Failed to convert CAD file: {}", filePath, e);
|
||||||
}
|
}
|
||||||
if (imageUrls == null) {
|
if (imageUrls == null) {
|
||||||
return otherFilePreview.notSupportedFile(model, fileAttribute, "CAD转换异常,请联系管理员");
|
return otherFilePreview.notSupportedFile(model, fileAttribute, "CAD转换异常,请联系管理员");
|
||||||
|
|||||||