Skip to content

Instantly share code, notes, and snippets.

@DavidODonovan
Created July 27, 2019 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidODonovan/62fd3729a62d95188de6e3c7c106f3e8 to your computer and use it in GitHub Desktop.
Save DavidODonovan/62fd3729a62d95188de6e3c7c106f3e8 to your computer and use it in GitHub Desktop.
Adding Metadata to PDF Files Using Exiftool Utility

To add keywords to keywords tag

 exiftool -sep ", " -keywords="one, two, three" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment