Jump to content

Edit PDF metadata

From www.ReeltoReel.nl Wiki
Revision as of 14:54, 25 June 2024 by Pvdm (talk | contribs)

View PDF metadata:

# exiftool file.pdf

View specific metadata:

# exiftool -Creator file.pdf
# find . -type f -iname '*.pdf' -exec exiftool -Creator {} \;

Set metadata:

# exiftool -Creator='barbapappa' file.pdf
# find . -type f -iname '*.pdf' -exec exiftool -Creator='barbapappa' {} \;