App acrobat skill
使用Adobe Acrobat实现PDF处理,包括导出其他格式、打印、合并、添加水印、替换页面功能。From its SKILL.md
npx -y skills add easyteacher/app-acrobat-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 227 tokens by cl100k_base, as published. Nobody here has run it
Adobe Acrobat Skill
1. 导出其他格式
支持导出PDF为Word、PowerPoint、Excel、纯文本格式、图片(PNG、JPEG)。
使用说明见references/export.md
2. 打印PDF文档
如果用户指定了打印机,先设置默认打印机。否则直接使用默认打印机。
使用方法见references/print.md
3. 合并PDF文档
使用方法见references/merge.md
4. 添加水印
- 方法1(推荐):使用Acrobat添加水印。使用方法见
references/add_watermark.md - 方法2:使用PyPDF2库添加水印,当方法1失败时使用。
# 处理单个PDF
python .\scripts\add_watermark_simple.py watermark.pdf input.pdf output.pdf
5. 替换页面
使用方法见references/replace.md
What ships with it: 15 files
38.0 KB alongside SKILL.md, 8 of them executable
references/
- add_watermark.md2.8 KB
- export.md2.6 KB
- merge.md2.4 KB
- print.md3.2 KB
- replace.md1.6 KB
scripts/
- AcrobatPDFProcessor.pyruns11.2 KB
- add_watermark.pyruns2.1 KB
- add_watermark_simple.pyruns1.7 KB
- export.pyruns2.5 KB
- __init__.pyruns0 B
- merge.pyruns2.2 KB
- print.pyruns2.1 KB
- replace.pyruns2.6 KB
- LICENSE1.0 KB
- _meta.json49 B