Skip to content

lpadula/automatic-pdf-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Automatic PDF Splitter

This script can create new single-page PDFs files from multipaged PDFs.

Requirements

Python 3.0+

# Debian distros
sudo apt-get install python3

PyPDF2

pip install PyPDF2

Usage

  1. First copy all PDFs files you want to split into "to-split" directory.
  2. Execute in the terminal:
automatic_pdf_splitter.py
  1. You will find splitted files on "splitted" directory.

About

Python script that split PDF files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages