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

# 📄➡️🖼️ pdf2img-cli

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



## 🚀 Installation

Install using pip:

```bash
pipx install pdf2img-cli

```

or with UV

```bash
uv tool install pdf2img-cli
```

## 🛠️ Usage

You can specify the password using the `--password` argument

Run with uv:


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

```
Or call the CLI directly:

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