Metadata-Version: 2.1
Name: pdfcli
Version: 0.0.4
Summary: Simplify manipulating PDFs
Home-page: https://github.com/oliviersm199/pdfcli
Author: Olivier Simard-Morissette
Author-email: olivier.morissette@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Requires-Dist: Click (<8.0,>=7.0)
Requires-Dist: PyPDF2 (<2.0,>=1.26.0)


# pdfcli

A simple tool for pdfs. Stop using sketchy sites or expensive programs. Accomplish common PDF operations with the 
convenience of the command line. Supported operations include:

* Merging
* Deleting
* Splitting
* Rotating
* Reordering


## Installation

```bash
pip install pdfcli
```

## Documentation
[Docs are hosted on Github Pages](https://oliviersm199.github.io/pdfcli)

## Contributing
If you have any questions, feel free to [open an Issue on Github.](https://github.com/oliviersm199/pdfcli/issues) 
Contributions are also welcome, feel free to create a pull request for this project.


