Skip to content

A Python script to rename PDF files efficiently. This script can read the Title of PDF files, and let you to rename them using their title. Download the script and place it in the current directory (location of pdf files) and run the script. If the title information is not available, it will skip the file. If there is a Title information availab…

Notifications You must be signed in to change notification settings

Smit-Kakadiya/PDF-Rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PDF Rename

  • A Python script to rename PDF files efficiently.
  • This script can read the Title of PDF files, and let you to rename them using their title.
  • Download the script and place it in the current directory (location of pdf files) and run the script.
  • If the title information is not available, it will skip the file.
  • If there is a Title information available for the PDF, it will rename the file name to the title name after confirming it from the user.
  • You need pyPdf Python module to use this script: sudo pip install pyPdf
  • You also need pdf Python module to use pyPdf: sudo pip install pdf

Author

Technologies

  • Python
  • pyPdf

About

A Python script to rename PDF files efficiently. This script can read the Title of PDF files, and let you to rename them using their title. Download the script and place it in the current directory (location of pdf files) and run the script. If the title information is not available, it will skip the file. If there is a Title information availab…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages