Add an author to a PDF's metadata
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alex Barilaro 6335ab7af0 Fix outdated usage guide 4 years ago
LICENSE Initial commit 4 years ago
README.md Fix outdated usage guide 4 years ago
pdf_renamer.sh Fixed incorrectly making author the file name 4 years ago

README.md

pdf-metadata-script

Small script to set a proper title and author as metadata for all PDFs in a directory.

Requirements

Must have Ghostscript and Python installed.

Usage

To run the script, just supply an author name followed by as many PDFs as you want. The script generates titles by replacing underscores in a filename with spaces and then capitalising every word. For example, "my_file.pdf" will have a metadata title of "My File" (sans quotation marks).