Metadata-Version: 2.4
Name: pdf2img-cli
Version: 0.1.0
Summary: command-line interface (CLI) to tranform pdf to images
Author-email: Darix Samani Siewe <samanidarix@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pdf2image>=1.17.0
Dynamic: license-file

# 📄➡️🖼️ pdf2img-cli

A simple and powerful CLI tool to convert PDF files into images!



## 🚀 Installation

Install using pip:

```
pip install pdf2img-cli

```

## 🛠️ Usage

you can specify password using `--password` arguemnt

Run with uv:


```
uv run pdf2img-cli --pdf ./example/pdf.pdf --ouput-dir images

```
Or call the CLI directly:

```
pdf2img_cli --pdf ./example/pdf.pdf --ouput-dir images
```
 
