casorder.blogg.se

Linux install exiftool
Linux install exiftool






linux install exiftool

It also allows editing (and viewing) the following PDF metadata tags: Title, Subject, Author, Creator, Producer and Keywords.ĭownload Master PDF Editor by visiting its downloads page (it's available for CentOS, RedHat, and Ubuntu - I did not try to see if it runs on Debian). It can create, edit (insert text or images), annotate, view, encrypt, and sign PDF documents. Master PDF Editor is a proprietary application to edit PDF documents on Linux, Windows and macOS. Using Master PDF Editor to edit PDF meta tags on Linux PDFMtEd is a bit weird to run and it uses the old Python 2, but it's lightweight and made using open source tools, while Master PDF Editor is a complete suite for editing PDF files, so it's pretty heavy on system resources, and it's not free and open source software either. Why 2 tools? Because none of these two is even close to perfect in my opinion, so users should decide which best suits their needs. To edit PDF metadata tags on Linux using a GUI we'll use Master PDF Editor or PDFMtEd. For example, video files, and even text files.This article explains how to edit PDF metadata tags on Linux, using either a GUI or from the command line.Įdit PDF metadata tags on Linux using a GUI Metadata is also stored is various different formats, for files other than image files. thanks to Nick Alcock Metadata outside images, IPTC, XMP, etc. Remove just GPS data # remove all GPS metadata of *jpg files in current dirĮxiftool -gps: all= *.jpg Exiftool Manual So, you might use -ext JPG or -ext jpeg or -ext png. # remove metedata for all *jpg files in current dir and subdirsĮxiftool -all= -r -overwrite_original -ext jpg.

linux install exiftool

Remove Metadata # remove all metadata of a image fileĮxiftool -all= -overwrite_original xyz.jpg # remove all metadata of all *jpg files in current dirĮxiftool -all= -overwrite_original -ext jpg.

linux install exiftool

  • exiftool sample output on MP3 file: metadata_sample_id3.txt.
  • exiftool sample output on JPG file: metadata_sample_exif.txt.
  • Here's sample metadata in jpg file and mp3 file: # show metedata for all *jpg files in current dir and subdirs View Metadata # show metadata of a image fileĮxiftool xyz.jpg # show metedata for all *jpg files in current dirĮxiftool -ext jpg. Command line tool to view or delete data such as.








    Linux install exiftool