Another Python Script to split PDFs in a folder
Go to file
Steve Dogiakos 43e8fd329f
Fixed pdf movement getting stuck
Fixed it so that with Open(file_path, 'rb') as infile block is fully exited before shutil.move is called. Exiting the with block ensures that infile is closed.
2024-02-10 13:54:04 -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 Fixed pdf movement getting stuck 2024-02-10 13:54:04 -07:00

README.md

pdf_splitter

Another Python Script to split PDFs in a folder