Metadata-Version: 2.4
Name: pdfcrop-cli
Version: 0.1.0
Summary: An experimental alternative of TeX/pdfcrop tool
Author-email: Jiadong He <jiadonghe007@gmail.com>
License-Expression: AGPL-3.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pymupdf>=1.25.2
Description-Content-Type: text/markdown

# pdfcrop

An experimental alternative of TeX/pdfcrop tool

## Install from source

```shell
pip install git+https://github.com/Jordan-Haidee/pdfcrop.git
```

## Usage

```shell
$ pdfcrop --help
usage: pdfcrop [-h] --input INPUT [--output OUTPUT]

An experimental alternative of TeX/pdfcrop tool

optional arguments:
  -h, --help            show this help message and exit
  --input INPUT, -i INPUT
  --output OUTPUT, -o OUTPUT
```

You can use `examples/example.pdf` to test whether pdfcrop works.
