Tool for automatic sorting&rename your PDF files collection!
Sometimes a large collection of PDF files may be messy and recovering a file can be a big problem ..
The plague of the unnamed files never again.
This tool solves the problem by identifying the year of publication and title by renaming each file with the correct name and ordering chronologically
This tool require the following modules:
- pdfrw
- PyPDF2
Whit Python3 simply:
PDF_Sorter.py [OPTION] … [PATH]
If you have multiple directories:
PDF_Sorter.py [OPTION] … [PATH1] [PATH2] [PATH3] ….[PATH n]
Type PDF_Sorter.py -h for help.
TO-DO