A python script to rename all pdfs in directory to a sanitized version of their Content-Title metadata
Just PyPDF
pip install pypdf
or
pip install -r requirements.txt
usage: python3 main.py [-h] [--version] [--dry-run] <DIR>
Batch renames PDF files to their Titles (Content-Title)
positional arguments:
<DIR> Directory with PDF files
options:
-h, --help show this help message and exit
--version show program's version number and exit
--dry-run Do not rename actual files