对 PDF 文件设置密码进行加密保护。当用户提到 PDF 加密、PDF 密码、PDF 保护、加 PDF 密码时使用。
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
加密 PDF 文件
对 PDF 文件进行加密处理,设置用户密码保护 PDF 文件。
office/skills/pdf/encrypt4pdf/
from office.skills.pdf import encrypt4pdf
encrypt4pdf(
password='123456',
input_file='./test.pdf',
output_file='./encrypted.pdf'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
password | str | 是 | - | 加密密码 |
input_file | str | 否 | - | 输入 PDF 文件名(包含路径) |
output_file | str | 否 | - | 输出的加密 PDF 文件名(包含路径) |
input_path | str | 否 | - | 输入文件的完整路径(另一种传入方式) |
output_path | str | 否 | - | 输出文件的完整路径(另一种传入方式) |
None
from office.skills.pdf import encrypt4pdf
encrypt4pdf(password='mypassword', input_file='./report.pdf', output_file='./encrypted.pdf')https://www.python4office.cn/python-office/popdf/%E8%AF%BE%E7%A8%8B/5-encrypt4pdf/
office.api.pdf.encrypt4pdf
2b1996b
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.