
- Ubuntu pdfinfo how to#
- Ubuntu pdfinfo pdf#
- Ubuntu pdfinfo install#
- Ubuntu pdfinfo software#
- Ubuntu pdfinfo code#
Ubuntu pdfinfo install#
CentOS / RHEL: sudo yum install perl-Image-ExifTool.

Fedora: sudo dnf install perl-Image-ExifTool.Debian, Ubuntu, Linux Mint, Pop!_OS, Zorin OS, Elementary OS, and any other Linux distribution based on Debian or Ubuntu: sudo apt install libimage-exiftool-perl.
Ubuntu pdfinfo pdf#
For PDF documents, ExifTool supports writing native PDF and XMP metadata it supports tags like title, author, subject, keywords, creator, and producer, and more. There are multiple tools for Linux that can edit PDF metadata, including ExifTool, pdftk, Ghostview, and probably others, but for this article we'll focus on ExifTool which in my opinion is the easiest to use.ĮxifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files.
Ubuntu pdfinfo how to#
PDF-related: How To Convert PDF To Text On Linux (GUI And Command Line)Įdit PDF metadata tags on Linux from the command line Users wanting to uninstall PDFMtEd need to run the uninstall.sh script as root (this script is available in the directory where you cloned PDFMtEd), e.g.: If you can't find PDFMtEd in your file manager Open With options, you may need to restart your session (logout/login). This is needed because PDFMtEd is not added to the applications menu, and it needs a PDF file as an argument when you run it. With Nautilus for example, right click the file and select Open with other application, then look for PDFMtEd - Editor and PDFMtEd - Inspector.

If it's not listed there, click on Other application and add it from there. Nemo, select Open With -> PDFMtEd - Editor to open open the selected PDF document to be able to edit its metadata tags, or Open With -> PDFMtEd - Inspector to open the PDF document inspector. Now to use PDFMtEd, right click a PDF file in your file manager, e.g.

Before running this script, check out its code. Warning: never run a script you didn't write without knowing what it does. Now let's clone the PDFMtEd repository and install the application (and also create 3 folders which if are non-existent make the installation fail): You'll also need to have Python2 on your system for this to work.
Ubuntu pdfinfo code#
The tool requires YAD, ExifTool and Qpdf to run, while Git is needed to get the code from its GitHub repository. Let's install PDFMtEd (PDF Metadata Editor). This tool allows editing the following PDF meta tags: Author, Title, Year, Keywords and Subject. ] Since this tool still uses Python2, see the other solutions from this article, or try pdftag instead. Even so, there's also the alternative of using the last version of Master PDF Editor 4, which is free for non-commercial use with no restrictions.

That's not the case for editing the PDF metadata though. It's worth nothing that with version 5, Master PDF editor has removed some features from its free to use version, like editing or adding text, inserting images and more, and for such features you need to buy the app or else it will add a watermark to your PDF documents. 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
Ubuntu pdfinfo software#
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. 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
