Jump to content

Edit PDF metadata: Difference between revisions

From www.ReeltoReel.nl Wiki
Pvdm (talk | contribs)
mNo edit summary
Pvdm (talk | contribs)
mNo edit summary
Line 9: Line 9:
  # exiftool -Creator='barbapappa' file.pdf
  # exiftool -Creator='barbapappa' file.pdf
  # find . -type f -iname '*.pdf' -exec exiftool -Creator='barbapappa' {} \;
  # find . -type f -iname '*.pdf' -exec exiftool -Creator='barbapappa' {} \;
to preserve date/time:
-overwrite_original_in_place

Revision as of 12:41, 12 September 2024

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' {} \;

to preserve date/time:

-overwrite_original_in_place