Skip to content

Instantly share code, notes, and snippets.

View rohankhudedev's full-sized avatar

Rohan Khude rohankhudedev

View GitHub Profile
@rohankhudedev
rohankhudedev / readme.md
Created October 16, 2024 14:39
How to update PDF Metas using exiftool
sudo apt update
sudo apt install libimage-exiftool-perl

#automatically creates backup
exiftool -Title="New Title" -Author="New Author" -Subject="New Subject" birlawhite-warranty-card.pdf

#overwrites original
exiftool -overwrite_original -Title="New Title" -Author="New Author" -Subject="New Subject" file.pdf