Skip to content

Takes a one-page PDF and splits the one-page into multiple pages. Useful for handling long OneNote PDFs.

Notifications You must be signed in to change notification settings

pranavpatil1/pdf-splitter-vertical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF splitter

Split PDF vertically based on horizontal line separators or into N pages of uniform length. From our experience, this keeps professors and TAs very happy!

Installation

pip install -r requirements.txt

To run with horizontal line page separators, do

python splitter.py input.pdf output.pdf

Otherwise, to split into N pages, do

python splitter.py input.pdf output.pdf N

About

Takes a one-page PDF and splits the one-page into multiple pages. Useful for handling long OneNote PDFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published