返回顶部
m

merge-pdf 合并PDF

Merge multiple user-provided PDF files by uploading them to Cross-Service-Solutions, polling until completion, then returning a download URL for the merged PDF.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,269
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

merge-pdf

merge-pdf-files

目的

该技能通过以下步骤合并多个PDF文件: 1) 接收用户提供的多个PDF文件, 2) 将其上传至Cross-Service-Solutions合并API, 3) 轮询任务状态直至完成, 4) 返回合并后的PDF下载链接。

凭证

API需要使用API密钥作为Bearer令牌:
  • - Authorization: Bearer

用户获取API密钥的方式:

  • - https://login.cross-service-solutions.com/register
  • 或者用户可以直接提供API密钥。

规则: 切勿回显或记录API密钥。

API端点

基础URL:
  • - https://api.xss-cross-service-solutions.com/solutions/solutions

创建合并任务:

  • - POST /api/30
  • multipart/form-data 参数:

- files (PDF文档) — 必填 — 多个PDF文件(multiple_files)

通过ID获取结果:

  • - GET /api/

任务完成后,响应包含:

  • - output.files[],包含 { name, path },其中 path 为可下载的URL。

输入

必填

  • - 一个或多个PDF文件(二进制)
  • API密钥(字符串)

可选

  • - 无(排序由提供的文件列表顺序决定)

输出

返回结构化结果:
  • - jobid (数字)
  • status (字符串)
  • downloadurl (字符串,任务完成时)
  • filename (字符串,可用时)
  • inputfiles (字符串数组)

输出示例:
json
{
job_id: 456,
status: done,
download_url: https://.../merged.pdf,
file_name: merged.pdf,
input_files: [a.pdf, b.pdf, c.pdf]
}

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 merge-pdf-1776339495 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 merge-pdf-1776339495 技能

通过命令行安装

skillhub install merge-pdf-1776339495

下载

⬇ 下载 merge-pdf v1.0.0(免费)

文件大小: 5.01 KB | 发布时间: 2026-4-17 14:57

v1.0.0 最新 2026-4-17 14:57
Initial release of merge-pdf (v1.0.0):

- Enables merging of multiple user-uploaded PDF files using Cross-Service-Solutions.
- Handles file upload, job status polling, and returns a download URL for the merged PDF.
- Requires user-provided API key for authentication.
- Returns a structured response with job ID, status, download URL, file name, and input file list.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部