Metadata-Version: 2.1
Name: pdf_slicer
Version: 2023.1.0
Summary: GUI for easy PDF splitting
Project-URL: Homepage, https://github.com/renefritze/pdf-slicer
Project-URL: Bug Tracker, https://github.com/renefritze/pdf-slicer/issues
Project-URL: Discussions, https://github.com/renefritze/pdf-slicer/discussions
Project-URL: Changelog, https://github.com/renefritze/pdf-slicer/releases
Author-email: René Fritze <github@fritze.me>
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: pillow
Requires-Dist: pymupdf==1.21.1
Requires-Dist: pyside6
Requires-Dist: typing-extensions>=3.7; python_version < '3.8'
Provides-Extra: dev
Requires-Dist: pytest-cov>=3; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-book-theme>=0.1.0; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=4.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov>=3; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Description-Content-Type: text/markdown

# pdf-slicer

[![Actions Status][actions-badge]][actions-link]

[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/renefritze/pdf-slicer/main.svg)](https://results.pre-commit.ci/latest/github/renefritze/pdf-slicer/main)


<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/renefritze/pdf-slicer/workflows/CI/badge.svg
[actions-link]:             https://github.com/renefritze/pdf-slicer/actions
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/renefritze/pdf-slicer/discussions
[pypi-link]:                https://pypi.org/project/pdf-slicer/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/pdf-slicer
[pypi-version]:             https://img.shields.io/pypi/v/pdf-slicer
[rtd-badge]:                https://readthedocs.org/projects/pdf-slicer/badge/?version=latest
[rtd-link]:                 https://pdf-slicer.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->

## Usage

### Keys

| Key | Action |
| --- | --- |
| `x` | Quit cut before this page |
| `p` | process cut list and save pdfs |
| `Space` | Next page |
