convert-pdf-to-png

Convert PDF pages into PNG images using system backends or JavaScript.

41|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/yrom/arxiv-paper-translator --skill convert-pdf-to-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-pdf-to-png
Source: https://github.com/yrom/arxiv-paper-translator/tree/main/skills/convert-pdf-to-png
Command: npx skills add https://github.com/yrom/arxiv-paper-translator --skill convert-pdf-to-png

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdf-to-png-converter, and includes scripts (resource) components.

What problem does it solve?

Converts PDF pages into PNG images for previews, thumbnails, or integration into image-based workflows.

Core Features & Use Cases

  • System backends: magick, mutool, pdftoppm, sips, and a JS fallback. Outputs follow the pattern <pdf-name>page<N>.png for each page, enabling reliable downstream consumption.
  • Supports optional page ranges and encrypted PDFs via the built-in JS script, making workflows robust across different PDF sources.

Quick Start

Run the CLI to convert a PDF into PNG page images.

Frequently Asked Questions about convert-pdf-to-png

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PDF pages to PNG images from the command line?

Convert PDF pages to PNG images by running the script, which renders each page into a separate PNG file named <pdf-name>_page_<N>.png for reliable downstream consumption.

Can I convert a specific page range of a PDF to PNG previews?

Yes, PDF to PNG conversion supports optional page ranges, allowing you to render only the specific pages you need as individual PNG image previews.

Does PDF to PNG conversion work with password-protected PDFs?

Yes, the built-in JavaScript fallback script supports encrypted PDFs, allowing you to convert password-protected PDF pages into PNG images.

What backends can I use to render PDF files into PNG page images?

PDF to PNG conversion supports system backends including magick, mutool, pdftoppm, and sips, with a JavaScript fallback for environments lacking these tools.

What is the best way to generate thumbnails from a PDF document?

Generate PDF thumbnails by converting pages to PNG images, producing individual image files following the <pdf-name>_page_<N>.png naming pattern for easy integration into image pipelines.