Qpdf Tools is a free and open source PDF application for Linux. It is based on Qt, Ghostscript and Stapler. Using Qpdf Tools you can compress large pdf files to small in size, merge two or more files in one pdf file, split a pdf file and rotate a pdf file. It is a simple and easy to use light-weight pdf editing tool.
How to Install Qpdf Tools on Ubuntu Linux
Qpdf Tools is available as native .deb package file and PPA. First download the Qpdf Tools in .deb package file from the above Qpdf Tools download link and save it on your Downloads folder. Here “qpdftools_1.6-1_amd64.deb” is the downloaded file name. You can change the below command based on the your downloaded file name. Open the terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo dpkg -i qpdftools_1.6-1_amd64.deb
sudo apt install -f
qpdftools
Install Qpdf Tools via PPA
In terminal run below commands to add qpdf tools PPA and install qpdftools on your system.
sudo add-apt-repository ppa:silash35/qpdftools
sudo apt-get update
sudo apt install qpdftools
That’s it.