CtrlK
BlogDocsLog inGet started
Tessl Logo

ppt2pdf

将 PowerPoint 文件转换为 PDF。当用户提到 PPT 转 PDF、幻灯片转 PDF、PPTX 转 PDF 时使用。

72

Quality

87%

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

ppt2pdf Skill

将 PPT 转换为 PDF

功能描述

将 PowerPoint 文件转换为 PDF 格式。

所属分类

office/skills/ppt/ppt2pdf/

调用方式

from office.skills.ppt import ppt2pdf

ppt2pdf(
    path='./test.pptx',
    output_path='./'
)

参数说明

参数类型必填默认值说明
pathstr-PPT 文件路径
output_pathstr'./'输出 PDF 文件路径

返回值

None

使用示例

from office.skills.ppt import ppt2pdf
ppt2pdf(path='./presentation.pptx', output_path='./output/')

原始函数

office.api.ppt.ppt2pdf

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.