PDFMtEd (PDF Metadata Editor) is a set of tools designed to simplify working with PDF metadata on Linux. The utilities hosted in this repository are graphical front-ends to the marvelous ExifTool by Phil Harvey.
PDFMtEd Editor is an easy-to-use graphical metadata editor that supports viewing and modifying all major metadata fields found in PDF documents.
Features:
PDFMtEd Inspector is a general purpose metadata viewer and cleaner. Aside from granting a quick and easy insight into the meta information stored in your files, it also allows you to quickly and effectively purge all metadata.
While it can handle all file formats supported by exiftool, PDFMtEd Inspector was primarily designed with PDF files in mind.
Features:
PDFMtEd Thumbnailer provides the thumbnail previews for the utilities hosted in this repository.
It also acts as a general purpose thumbnailing script that can recursively generate thumbnails for one or more directories.
PDFMtEd Thumbnailer should be able to generate thumbnails for all file types supported by Nautilus/GNOME’s thumbnailing back-end.
Note: pdfmted-thumbnailer
was written by James Henstridge as part of an AskUbuntu Q&A.
The following instructions are provided for most Linux distributions.
Optional but recommended: sejda-console
Install all dependencies on Ubuntu with the following commands:
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install yad libimage-exiftool-perl qpdf
For more information click here.
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…
Introduction Unlock the full potential of your Linux system with this comprehensive guide to essential…