agentsclimarketplace

App acrobat skill

Skill easyteacher/app-acrobat-skill

使用Adobe Acrobat实现PDF处理,包括导出其他格式、打印、合并、添加水印、替换页面功能。From its SKILL.md

Install
npx -y skills add easyteacher/app-acrobat-skill

Assembled 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/

scripts/

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.