CtrlK
BlogDocsLog inGet started
Tessl Logo

merge4ppt

将多个 PowerPoint 文件合并为一个 PPT。当用户提到 PPT 合并、合并幻灯片、合并 PPTX 时使用。

72

Quality

88%

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

merge4ppt Skill

合并多个 PPT 文件

功能描述

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

所属分类

office/skills/ppt/merge4ppt/

调用方式

from office.skills.ppt import merge4ppt

merge4ppt(
    input_path='./ppt_files',
    output_path='./',
    output_name='merged.pptx'
)

参数说明

参数类型必填默认值说明
input_pathstr-输入 PPT 文件路径
output_pathstr'./'输出 PPT 文件路径
output_namestr'merge4ppt.pptx'合并后的 PPT 文件名

返回值

None

使用示例

from office.skills.ppt import merge4ppt
merge4ppt(input_path='./ppt_files', output_name='all_merged.pptx')

原始函数

office.api.ppt.merge4ppt

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.