/pdf-splitter

A python script that splits pdfs in multiple parts ✂️📄

Primary LanguagePythonMIT LicenseMIT

PDF Splitter

A Python script that splits pdf files or get the Windows executable here

Usage

Windows

For Windows users you can download the latest release here or go to 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

python3 split.py 3 5 7

*Numbers at the end that indicate where the breaks occur

Or

python3 split.py

And it will then prompt you for the numbers where the break occur

Requires

  • PyPDF2 (If you are not running the executable, otherwise no dependencies)

Licence

MIT