vanangamudi
vanangamudi

Reputation: 727

linux tools that deal with metadata

there is pdfinfo for PDFs, exifinfo for images, ffprobe for multimedia and so on. are the a collection or a standardized toolset for extracting filetype dependent(like pdf, image, doc, odt) metadata of all files in linux?

or even distinct tool that are file-format specific for most common file types like ppt, epub and other file types we commonly find in internet downloads.

Upvotes: 1

Views: 824

Answers (1)

StarGeek
StarGeek

Reputation: 5771

Exiftool can extract metadata from more than just images. See Supported File Types.

Upvotes: 2

Related Questions