https://github.com/zeyu-li/pdf-splitter
A python script that splits pdfs in multiple parts ✂️📄
https://github.com/zeyu-li/pdf-splitter
pdf pdf-split pdf-splitter
Last synced: 2 months ago
JSON representation
A python script that splits pdfs in multiple parts ✂️📄
- Host: GitHub
- URL: https://github.com/zeyu-li/pdf-splitter
- Owner: Zeyu-Li
- License: mit
- Created: 2021-01-19T04:50:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T16:49:11.000Z (over 3 years ago)
- Last Synced: 2025-01-22T22:09:23.426Z (4 months ago)
- Topics: pdf, pdf-split, pdf-splitter
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Splitter
A Python script that splits pdf files or get the Windows executable [here](https://github.com/Zeyu-Li/pdf-splitter/releases/tag/Version-1)
## Usage
### Windows
For Windows users you can download the latest release [here](https://github.com/Zeyu-Li/pdf-splitter/releases/tag/Version-1) or go to [github.com/Zeyu-Li/pdf-splitter/releases/tag/Version-1](https://github.com/Zeyu-Li/pdf-splitter/releases/tag/Version-1) and click download
Once you unzip you can go in and input your pdf files in the input and click on `split.exe`
\*Note for the executable you do not need any dependencies as it is already included, in fact, you do **not even need python to run**
### Non Windows
To use either run it with
```bash
python3 split.py 3 5 7
```\*Numbers at the end that indicate where the breaks occur
Or
```bash
python3 split.py
```And it will then prompt you for the numbers where the break occur
## Requires
* [PyPDF2](https://pypi.org/project/PyPDF2/) (If you are not running the executable, otherwise no dependencies)
## Licence
MIT