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.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…