Pdf2image banner
maoruibin maoruibin

Pdf2image

Development community

Description

--- name: pdf2image description: Convert PDF pages to images using Python pdf2image library. Usage: say "pdf转图片" or "convert pdf to image" to convert PDF file to images. --- # PDF 转图片技能 - 执行指令 ## 触发条件 用户说以下内容时触发此技能: - "pdf转图片" - "convert pdf to image" - "pdf转换成图片" - "把pdf转成图片" - "提取pdf页面为图片" --- ## 功能说明 **pdf2image** 是一个 Python 库,可以将 PDF 的每一页转换为 PIL 图片对象。 ### 主要功能 - 将 PDF 文件转换为图片列表 - 支持指定页码范围 - 支持 DPI 设置 - 支持多种输出格式(PPM、JPEG、PNG) - 支持灰度转换 - 支持自定义输出尺寸 --- ## 前置要求 ### 1. 安装 Python 依赖 ```b

Installation

Installs to ~/.claude/skills/maoruibin-slidenote-pdf2image/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maoruibin-slidenote-pdf2image && curl -fsSL https://raw.githubusercontent.com/maoruibin/SlideNote/HEAD/.claude/skills/pdf2image.md -o ~/.claude/skills/maoruibin-slidenote-pdf2image/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository