mirror of
https://github.com/snachodog/pdf_splitter.git
synced 2025-04-27 05:52:22 -06:00
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.
pdf_splitter
Another Python Script to split PDFs in a folder
Languages
Python
100%