The PDF file format is the conventional document format for sharing text files over the internet. Whether it's for professional, school, or informal use, PDF files are a convenient way of sharing information. One thing that stands out with PDF format is that the content of the files remains unchanged regardless of the operating system or software you are using to view them.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related System tools queries on Linux System.
In this context, we shall look into the best PDF readers you can use on your Ubuntu or Debian system.
i. Preservation of graphic integrity
PDF documents can be viewed on any device or operating system without its contents or layout being altered in any way.
ii. Convenience
It's quite easy to create and share PDF documents. A majority of Desktop publishing applications such as MS Word, and Adobe Suite provide the functionality of saving documents in PDF format.
iii. Document security
PDF format makes it possible to configure security measures such as securing documents with passwords or signing them using watermarks or digital signatures.
iv. Support for a wide range of content
This includes text, images, vector graphics, interactive fields, and so on.
Adobe Acrobat Reader is arguably one of the most popular and widely used PDF readers. Adobe Inc is actually the inventor of the PDF format and all the technologies that are associated with it. If you are coming from a Windows or Mac environment, you most likely have encountered and used Adobe reader. It provides users with the ability to open and view files, edit documents, print, annotate, add comments, crop, rotate, and even sign documents and so much more.
To install Adobe Acrobat Reader on Ubuntu 20.04 / Debian 10 first download the binary file:
$ wget -O ~/adobe.deb ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
After grabbing the Debian file, the next step is to enable i386 architecture:
$ sudo dpkg --add-architecture i386
Next update the package index:
$ sudo apt update
And thereafter, install all the dependencies required by the Adobe Acrobat reader:
$ sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
And finally, install Adobe Acrobat Reader:
$ sudo dpkg -i ~/adobe.deb
Evince is the default PDF viewer in Ubuntu / Debian systems. It’s a lightweight and simple PDF reader tailored for the GNOME environment. It’s open-source and supports a vast array of document formats including PDF, DVI, XPS, and TIFF. Evince is highly customizable and a perfect alternative to Adobe which is a bit heavy on resource consumption.
Evince features include:
To install Evince, run the command:
$ sudo apt install evince
Zathura is a free, small, and highly customizable PDF reader that provides a minimalistic UI and supports multiple file-formats including PDF, DjVU, PostScript and so many more.
Zathura features include:
To install Zathura, run the command:
$ sudo apt install zathura
Written in portable C, MuPDF is a simple, lightweight, yet powerful PDF & XPS viewer developed by Artifex Software Inc. It’s completely free and opensource and provides command-line tools and a software library for various platforms.
Apart from PDF & XPS, it provides support for OpenXPS, EPUB, FictionBook, and CBZ formats.
The command-line tools allow users to annotate, edit and transform documents to various formats such as SVG, HTML, PDF, and CBZ.
To install Mupdf, execute:
$ sudo apt install mupdf
Based on Qt, Xpdf is a free and open-source tool that PDF viewer that also provides an image viewer, text extractor, and an HTML converter to mention just a few. Like the aforementioned PDF viewers, it supports various file formats including PDF, XPS, Postscript and so many more. It can read encrypted PDFs as well as decode the LZW compression algorithm.
PDF is available in Ubuntu repositories and can be installed using APT package manager with the below command:
$ sudo apt install xpdf
If you are running a MATE desktop environment, then Atril is your go-to PDF viewer. Atril is based on Evince which we have previously discussed. It is a fast and easy-to-use multi-page document viewer that supports a number of file formats including PDF, XPS, DjVu, and EPS. It also provides additional functionalities such as searching and copying text, table-of-contents bookmarks.
To install Atril, simply run the command:
$ sudo apt install atril
This article covers the best PDF Viewers you can install on your Ubuntu / Debian Linux system.
PDF viewer list on Ubuntu 20.04 Focal Fossa Linux:
Okular is a default PDF viewer on Ubuntu 20.04 KDE Plasma Desktop. To install Okular PDF Viewer, simply run the command:
$ sudo apt install okular