CtrlK
BlogDocsLog inGet started
Tessl Logo

ppt2img

将 PowerPoint 转换为图片,可合并为一张长图或多张图。当用户提到 PPT 转图片、PPT 截图、PPT 转长图、幻灯片截图时使用。

70

Quality

86%

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

ppt2img Skill

将 PPT 转换为图片,可以转为长图

功能描述

将 PowerPoint 文件转换为图片,支持合并为一张长图或多张图片。

所属分类

office/skills/ppt/ppt2img/

调用方式

from office.skills.ppt import ppt2img

ppt2img(
    input_path='./test.pptx',
    output_path='./',
    merge=False
)

参数说明

参数类型必填默认值说明
input_pathstr-存放 PPT 的位置。转换单个文件可以写文件路径,转换文件夹可以写文件夹路径
output_pathstr'./'结果图片的存储位置
mergeboolFalseTrue 转为 1 张图片,False 转为多张图片

返回值

None

使用示例

from office.skills.ppt import ppt2img
# 转为多张图片
ppt2img(input_path='./presentation.pptx', output_path='./images/')
# 转为一张长图
ppt2img(input_path='./presentation.pptx', merge=True)

原始函数

office.api.ppt.ppt2img

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.