How to view PDF in Raspberry Pi model 3b+

Posted

in

by

Both Okular and QPDF are great PDF viewers that can be used on a Raspberry Pi Model 3b+. Okular is a graphical application that is easy to use and has a wide range of features, while QPDF is a command-line tool that is lightweight and can be used to quickly view PDF files. Regardless of which tool you choose, both are easy to install and use on your Raspberry Pi Model 3b+.

Okular

Okular is a free and open-source document viewer developed by the KDE community. It is known for its ability to handle a wide range of document formats, including PDF, EPUB, and MOBI. To install Okular on your Raspberry Pi Model 3b+, follow these steps:

  1. Open a terminal window on your Raspberry Pi Model 3b+.
  2. Type the following command to update the package list:
sudo apt-get update
  1. Type the following command to install Okular:
sudo apt-get install okular

Once Okular is installed, you can use it to open PDF files by right-clicking on the file and selecting “Open With” -> “Okular”. Alternatively, you can open Okular from the Applications menu and then select “File” -> “Open” to browse for your PDF file.

QPDF

QPDF is another popular PDF viewer for Raspberry Pi Model 3b+. It is a command-line tool that can be used to manipulate and view PDF files. To install QPDF on your Raspberry Pi Model 3b+, follow these steps:

  1. Open a terminal window on your Raspberry Pi Model 3b+.
  2. Type the following command to update the package list:
sudo apt-get update
  1. Type the following command to install QPDF:
sudo apt-get install qpdf

Once QPDF is installed, you can use it to view PDF files by typing the following command in the terminal: qpdf –qdf <filename>.pdf

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *