Skip to content

JaviMaciasG/pdf-mod-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple script to modify some PDF metadata

Modifies PDF metadata (for EPS-UAH SGIC). There are two scripts here (go.mod-metadata.sh and go.mod-metadata-simple.sh). In the simple version there are fewer checks and does not provide a verbose output.

The scripts do the modification in place, after generating a backup of the original file (named as DATE-filename.pdf).

Right now you manually hard code new values for the following fields:

  • Creator
  • Title
  • Author
  • Subject

It was created for the EPS-UAH SGIC team.

Requirements

  • bash
  • exiftool

Run

Just call it with any number of pdf files as arguments:

$ ./go.mod-metadata.sh file1.pdf file2.pdf

About

Modifies PDF metadata (for EPS-UAH SGIC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages