Skip to content

renames all the pdfs in your current directory to their actual title (currently does this using pdf metadata)

Notifications You must be signed in to change notification settings

sebastiancarter/PDF-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf parser

renames all the pdfs in your current directory to their actual title (pdfParser.py does this using pdf metadata but as most pdfs do not have title metadata I made pdfParser2.py which outputs the entire pdf as plaintext which is then used by the bash script wrapper.sh which uses the first line of the pdf as the new title.

-pdfParser.py

requirements

  • tested on Python 3.9.2
    • python libraries:
      • PyPDF2
  • bash
  • currently does not work for windows

About

renames all the pdfs in your current directory to their actual title (currently does this using pdf metadata)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published