Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 373 Bytes

exiftool.md

File metadata and controls

23 lines (18 loc) · 373 Bytes

Source

https://github.com/exiftool/exiftool

Reverse changes made by exiftool

exiftool -PDF-update:all= <file>

Print metadata of file

exiftool <file>

Add php code inside comment of png file

exiftool -Comment='<phpCode>' <file>.png

Grep for author and producer tags

exiftool * | grep -i "Producer\|Author" | sort -u