# NeoPDF-CLI




This crate provides Command Line Interface (CLI) to the [NeoPDF](https://crates.io/crates/neopdf)
Rust's [APIs](https://docs.rs/neopdf/0.1.0/neopdf/index.html). The `neopdf-cli` package can be
installed using a Python Package manager. For example using [pipx](https://pipx.pypa.io/stable/):
```sh
pipx install neopdf-cli
```
For detailed examples on how to use `neopdf-cli`, please head over the
[tutorials](https://radonirinaunimi.github.io/neopdf/cli-tutorials/) section.