CtrlK
BlogDocsLog inGet started
Tessl Logo

merge2pdf

将多个 PDF 文件合并为一个 PDF。当用户提到 PDF 合并、合并 PDF 文件、PDF 拼接时使用。

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

merge2pdf Skill

合并多个 PDF 文件

功能描述

将多个 PDF 文件合并为一个 PDF 文件。

所属分类

office/skills/pdf/merge2pdf/

调用方式

from office.skills.pdf import merge2pdf

merge2pdf(
    input_file_list=['./1.pdf', './2.pdf', './3.pdf'],
    output_file='./merged.pdf'
)

参数说明

参数类型必填默认值说明
input_file_listlist-PDF 文件路径列表
output_filestr-合并后的 PDF 文件路径
one_by_onelist-[已弃用] 请使用 input_file_list
outputstr-[已弃用] 请使用 output_file

返回值

None

使用示例

from office.skills.pdf import merge2pdf
merge2pdf(
    input_file_list=['./part1.pdf', './part2.pdf'],
    output_file='./all.pdf'
)

视频教程

https://www.python4office.cn/python-office/popdf/%E8%AF%BE%E7%A8%8B/8-merge2pdf

原始函数

office.api.pdf.merge2pdf

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.