From pdf-to-png
Convert PDF files to high-quality PNG images. Use when the user wants to convert a PDF to PNG, extract pages as images, or batch convert multiple PDFs in a folder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdf-to-png:pdf-converterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**IMPORTANT: Always delegate this task to the `pdf-converter` sub-agent using the Agent tool.** The sub-agent will handle file verification, conversion, and result reporting autonomously.
IMPORTANT: Always delegate this task to the pdf-converter sub-agent using the Agent tool. The sub-agent will handle file verification, conversion, and result reporting autonomously.
Use the Agent tool with subagent_type: "pdf-to-png:pdf-converter" and pass the user's request as the prompt. Include all relevant details:
Example delegation:
Agent tool:
subagent_type: "pdf-to-png:pdf-converter"
description: "Convert PDF to PNG"
prompt: "Convert the PDF at <path> to PNG images."
npx claudepluginhub lostsunset/pdf_to_png_converter_mcp --plugin pdf-to-pngConverts PDF files to a single vertically concatenated PNG image using macOS CoreGraphics. For sharing PDFs as images or creating long screenshot-style images.
Routes PDF conversions through analysis to select the best extraction strategy and tools based on document type and output format.
Converts Office docs (DOCX/PPTX/XLSX) to PDF/HTML, PDFs to/from images, merges/splits/rotates/encrypts/decrypts PDFs, and runs OCR on scans using local tools: LibreOffice, Ghostscript, pdftk, Tesseract, ImageMagick.