pdf2image-cli 0.1.0

A command-line application that converts PDF files into images.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Pdf2Image

A command-line application that converts PDF files into images.

## How to install

```
cargo install pdf2image
```

## How to use

After cloning this repoositiry

```
cargo run -- --input Fuzzy.pdf --output-dir images --dpi 150
```