pdf2image-cli 0.1.3

A command-line application that converts PDF files into images.
[[bin]]
name = "pdf2images"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.48"

[dependencies.image]
version = "0.25.8"

[dependencies.pdfium-render]
version = "0.8.35"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
description = "A command-line application that converts PDF files into images."
edition = "2024"
include = ["/src", "libpdfium.so"]
keywords = ["pdf", "cli", "pdf2images", "pdf2image", "images"]
license = "MIT OR Apache-2.0"
name = "pdf2image-cli"
readme = "README.md"
repository = "https://github.com/darixsamani/pdf2image-cli"
version = "0.1.3"