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
2024-02-10 13:48:55 -07:00
2024-02-10 13:48:55 -07:00

pdf_splitter

Another Python Script to split PDFs in a folder

Description
Another Python Script to split PDFs in a folder
Readme MIT 31 KiB
Languages
Python 100%