This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for Linux systems.
With the increase in use of portable document format (PDF) files on the Internet for on-line books and other related documents, having a PDF viewer/reader is very important on desktop Linux distributions.
There are several PDF viewers/readers that one can use on Linux and they all offer related basic and advanced features.
Suggested Read: 20 Free Open Source Softwares I Found in Year 2015
In this article, we shall look at 8 important PDF viewers/readers that can help you when dealing with PDF files in Linux systems.
1. Okular
It is universal document viewer which is also a free software developed by KDE. It can run on Linux, Windows, Mac OSX and many other Unix-like systems. It supports many document formats such as PDF, XPS, ePub, CHM, Postscript and many others.
It has following features:
- Embedded 3D model
- Subpixel rendering
- Table selection tool
- Geometric shapes
- Adding textboxes, and stamps
- Copy images to clipboard
- Magnifier and many more
To install Okular PDF reader in Linux, use apt or yum to get it as shown:
$ sudo apt-get install okular OR # yum install okular
Visit Homepage: https://okular.kde.org/
2. Evince
It is a lightweight document viewer which comes as the default on Gnome desktop environment. It supports document formats such as PDF, PDF, Postscript, tiff, XPS, djvu, dvi, plus many more.
It has features such as:
- Search tool
- Page thumbnails for easy reference
- Document Indexes
- Document Printing
- Encrypted Document Viewing
To install Evince PDF reader in Linux, use:
$ sudo apt-get install evince OR # yum install evince
Visit Homepage: https://wiki.gnome.org/Apps/Evince
3. Foxit Reader
It is a cross platform, small and fast secure PDF reader. The latest version as of this writing is Foxit reader 7 which offers some security features that protect against vulnerabilities.
Suggested Read: 10 Best Markdown Editors for Linux
It is features-rich with features including:
- An intuitive user interface
- Support for scanning documents into PDF
- Allows shared viewing of documents
- Commenting tools
- Add/verify digital signatures and many more.
To install Foxit Reader on Linux systems, follow below instructions:
$ cd /tmp $ gzip -d FoxitReader_version_Setup.run.tar.gz $ tar -xvf FoxitReader_version_Setup.run.tar $ ./FoxitReader_version_Setup.run
Visit Homepage: https://www.foxitsoftware.com/products/pdf-reader/
4. Firefox (PDF.JS)
It is a general-purpose web based PDF viewer built with HTML5. It is also an open source, community driven project that is supported by Mozilla labs.
To install PDF.js in Linux systems, follow the below instructions:
$ git clone git://github.com/mozilla/pdf.js.git $ cd pdf.js $ npm install -g gulp-cli $ npm install $ gulp server
and then you can open
http://localhost:8888/web/viewer.html
Visit Homepage: https://github.com/mozilla/pdf.js
5. XPDF
It is an old and open source PDF viewer for the X windows system that is supported on Linux and other Unix like operating systems. It additionally includes a text extractor, PDF-to-PostScript converter and many other utilities.
It has an old interface, therefore user who care so much about nice graphics may not enjoy using it so much.
To install XPDF Viewer, use following command:
$ sudo apt-get install xpdf OR # yum install xpdf
Visit Homepage: http://www.foolabs.com/xpdf/home.html
6. GNU GV
It is an old PDF and Postscript document viewer that works on an X display by providing a graphical user interface for the Ghostscript interpreter.
It is a improved derivation of Ghostview developed by Timothy O. Theisen, which was originally developed by Johannes Plass. It also has old an graphical user interface.
Suggested Read: 9 Best File Comparison and Difference (Diff) Tools for Linux
To install Gnu GV PDF viewer in Linux, type:
$ sudo apt-get install gv OR # yum install gv
Visit Homepage: https://www.gnu.org/software/gv/
7. Mupdf
Mupdf is a free, small, lightweight, fast and complete PDF and XPS viewer. It is highly-extensible because of its modular nature.
A handful of its notable features include:
- Supports a highly quality anti-aliased graphics renderer
- Supports PDF 1.7 with transparency, encryption, hyperlinks, annotations, searching plus many more
- Reads XPS and OpenXPS documents
- Written modularly to support additional features
- Importantly, it can also handle pdf encoded with Chinese GBK well
Visit Homepage: http://mupdf.com/
8. Qpdfview
qpdfview is a tabbed document viewer for Linux that uses Poppler for PDF support. It also supports other document formats as well, includin PS and DjVu.
Below is a list of its features and components:
- Uses Qt toolkit for interfaces
- Uses CUPS for printing purposes
- Supports outline, properties and thumbnail panes
- Supports scale, rotate and fit functions
- Also supports fullscreen and presentation views
- Enables text search
- Supports configurable toolbars
- Supports configurable keyboard shortcuts and many others
Visit Homepage: https://launchpad.net/qpdfview
Summary
Many people these days prefer using PDF files because many on-line documents and books now come in form PDF files. Therefore getting a PDF viewer that meets your needs is vital.
Suggested Read: 6 Best PDF Page Cropping Tools For Linux
I hope you find this article useful and if we've missed any tool in the above list, do share in the comments and don't forget to share your additional thoughts, you can leave a comment in the comment section.
If You Appreciate What We Do Here On TecMint, You Should Consider:
TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
We are thankful for your never ending support.
Source: https://www.tecmint.com/linux-pdf-viewers-and-readers-tools/
Posted by: colincolintrynere0273345.blogspot.com