neopdf_cli 0.3.2

CLI interface to NeoPDF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# NeoPDF-CLI

![Static Badge](https://img.shields.io/badge/Python-3.7--3.13-00A800?style=flat-square&logo=python&logoColor=yellow)
![GitHub Tag](https://img.shields.io/github/v/tag/Radonirinaunimi/neopdf?include_prereleases&style=flat-square&logo=github&color=blue)
![Crates.io Version](https://img.shields.io/crates/v/neopdf?style=flat-square&logo=rust&color=blue)
![GitHub License](https://img.shields.io/github/license/Radonirinaunimi/neopdf?style=flat-square&color=red)

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.