| Crates.io | pdf2image-cli |
| lib.rs | pdf2image-cli |
| version | 0.1.3 |
| created_at | 2025-09-28 15:11:01.372838+00 |
| updated_at | 2025-11-21 21:32:20.174236+00 |
| description | A command-line application that converts PDF files into images. |
| homepage | |
| repository | https://github.com/darixsamani/pdf2image-cli |
| max_upload_size | |
| id | 1858418 |
| size | 6,021,328 |
A fast and lightweight command-line tool to convert PDF pages into high-quality images. Perfect for automation, batch processing, and backend pipelines. ⚡
🚀 Features
🖼️ Convert every PDF page into PNG/JPG images
🔍 Adjustable DPI for crisp output
📁 Specify custom output directory
🧰 Easy installation via Cargo
⚡ Built with Rust for maximum performance
Install using Cargo:
cargo install pdf2image-cli
You can specify the password using the --password argument.
After cloning this repository:
cargo run -- --input Fuzzy.pdf --output-dir images --dpi 150 --format png
pdf2images --input Fuzzy.pdf --output-dir images --dpi 150 --format png