feat: 新增 Stirling-PDF (#839)

This commit is contained in:
wanghe 2024-01-30 10:51:16 +08:00 committed by GitHub
parent f49deae37a
commit 54e5284a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,20 @@
version: '3'
services:
stirling-pdf:
image: frooodle/s-pdf:0.20.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- '${PANEL_APP_PORT_HTTP}:8080'
volumes:
- ./data/trainingData:/usr/share/tesseract-ocr/5/tessdata
- ./data/extraConfigs:/configs
environment:
- DOCKER_ENABLE_SECURITY=false
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,11 @@
# Stirling-PDF
**Stirling-PDF** 是一个强大的本地托管基于 Web 的 PDF 操作工具,允许您对 PDF 文件执行各种操作,例如拆分合并、转换、重新组织、添加图像、旋转、压缩等。
## 特征:
- 深色模式支持。
- 自定义下载选项(参见 [此处]((https://github.com/Stirling-Tools/Stirling-PDF/blob/main/images/settings.png)) 的示例)
- 并行文件处理和下载
- 用于与外部脚本集成的 API
- 可选的登录和身份验证支持(请参阅 [此处](https://github.com/Stirling-Tools/Stirling-PDF/tree/main#login-authentication) 的文档)

20
apps/stirling-pdf/data.yml Executable file
View File

@ -0,0 +1,20 @@
name: Stirling-PDF
tags:
- 实用工具
title: 强大的本地托管基于 Web 的 PDF 操作工具
type: 实用工具
description: 强大的本地托管基于 Web 的 PDF 操作工具
additionalProperties:
key: stirling-pdf
name: Stirling-PDF
tags:
- Tool
shortDescZh: 强大的本地托管基于 Web 的 PDF 操作工具
shortDescEn: powerful locally hosted web based PDF manipulation tool
type: tool
crossVersionUpdate: false
limit: 0
recommend: 0
website: https://stirlingtools.com/
github: https://github.com/Stirling-Tools/Stirling-PDF
document: https://stirlingtools.com/docs/Overview/What%20is%20Stirling-PDF

BIN
apps/stirling-pdf/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB