CtrlK
BlogDocsLog inGet started
Tessl Logo

del4pdf

删除 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

del4pdf Skill

删除 PDF 文件中的指定页面

功能描述

从 PDF 文件中删除指定的页面。

所属分类

office/skills/pdf/del4pdf/

调用方式

from office.skills.pdf import del4pdf

del4pdf(
    input_file='./test.pdf',
    output_file='./deleted.pdf',
    page_nums=[0, 2]
)

参数说明

参数类型必填默认值说明
input_filestr-PDF 文件路径
output_filestr-输出 PDF 文件路径
page_numslist-要删除的页码列表

返回值

None

使用示例

from office.skills.pdf import del4pdf
# 删除第 1 页和第 3 页
del4pdf(input_file='./report.pdf', output_file='./new.pdf', page_nums=[0, 2])

视频教程

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

原始函数

office.api.pdf.del4pdf

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.