pdfinfo: A command-line tool showing information about PDF files

Sat May 23 3:31 pm EDT 2026
xtmci@atomicmail.io

Table of Contents

Installing pdfinfo on Linux

The poppler-utils package is including pdfinfo. Install it after updating the package repository index using apt command:

sudo apt update
sudo apt install poppler-utils

You can see if it's installed properly by issuing the following command:

pdfinfo -v

This should print the version information out on the screen.