Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 325 Bytes

split-pdf

A pthyon script that splits a pdf-file into it's pages and writes the pages as separate file into a newly created subfolder. Uses PyPDF2 3. Simply provide the pdf to be split as an argument when executing the script. The subfolder will be named after the original file.

Usage

python3 split.py file.pdf