Another Python Script to split PDFs in a folder
Go to file
Steve Dogiakos 3856a2c905
Fix PyPDF2 library deprecation
Updated script to use PdfReader to read the PDF files and PdfWriter to create new PDF files for each split page.
2024-02-10 13:52:10 -07:00
LICENSE Initial commit 2024-02-10 13:48:55 -07:00
README.md Initial commit 2024-02-10 13:48:55 -07:00
pdf_splitter.py Fix PyPDF2 library deprecation 2024-02-10 13:52:10 -07:00

README.md

pdf_splitter

Another Python Script to split PDFs in a folder