Install PDF crop tool ‘Krop’ easily via Snap in Ubuntu

Krop, a simple graphical tool to crop the pages for PDF files, now can be easily installed via Snap in Ubuntu 14.04, Ubuntu 16.04, and higher.

Krop is a simple graphical tool to crop the pages of PDF files. It is written in Python and relies on PyQT, python-poppler-qt4 and pyPDF for its functionality.

A unique feature of krop is its ability to automatically split pages into subpages to fit the limited screen size of devices such as eReaders. This is particularly useful, if your eReader does not support convenient scrolling.

Krop is available as Snap app in Ubuntu for amd64 and armhf architectures, so you can easily installed it by opening terminal (Ctrl+Alt+T) and run command:

sudo snap install krop

Input your password (no visual feedback while typing) when it prompts and hit Enter.

Once installed, launch the tool form your application launcher and enjoy!

Tip for Ubuntu 14.04, install snapd daemon first if you don’t have it:

sudo apt-get install snapd snapd-xdg-open

Uninstall:

To remove Krop snap package, simply run command in terminal:

sudo snap remove krop

Source