Metadata-Version: 2.1
Name: pdf-image-cropper
Version: 0.1.2
Summary: Crop pdf and conver to png
Home-page: https://gitlab.com/ali7line/awesome-scripts/-/tree/master/pdfcropper
Author: Ali Soltani
Author-email: realalisoltani@gmail.com
License: MIT
Keywords: pdf crop png
Platform: POSIX
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pdfcropper

`pdf-image-cropper` is a tool to crop pdf files and converting them into png files.

## Installation

You can install `pdf-image-cropper` by cloning this repository or by using [Pip](http://pypi.python.org/pypi/pip):

```sh
$ pip install pdf-image-cropper
```

If you want to use the development version, you can install directly from github:

```sh
$ pip install -e git+git://gitlab.com/ali7line/awesome-scripts/-/tree/master/pdf-image-cropper
```

If using, the development version, you might want to install dependencies as well:

```
$ pip install -r requirements.txt
```

**NOTE**: Only tested in Python **3.7.9**

## Usage

Just run `pdfcropper --help` to see the commands available options.

The list of options available are:

* `--config=<FILE>` to specify your yaml config file to use
* `--sample-config=<FILE>` writres sample yaml config file with default options
