Skip to content

istudywater/pdf-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-split

A simple Python script to split PDF files

PDF Splitter (4-Part Utility)

A lightweight Python utility to split a single PDF file into four separate PDF files, distributing pages as evenly as possible.

This tool is intended for quick, repeatable use in document workflows (e.g., large reports, submissions, or archival splitting) and avoids unnecessary dependencies or frameworks.


Features

  • Splits any PDF into four parts
  • Automatically balances page counts
  • Preserves original page order
  • Minimal dependency footprint
  • Suitable for scripting or one-off use

Requirements

  • Python 3.9+
  • PyPDF2 (see requirements.txt)

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/pdf-splitter.git
cd pdf-splitter
pip install -r requirements.txt

About

A simple Python script to split PDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages