Enhance your document scanning experience with Skanpage, a user-friendly application designed for efficient multi-page document scanning. Beyond its primary functionality, Skanpage also offers seamless scanning and storage for single-page documents and images. It supports both flatbed and ADF (Automatic Document Feeder) scanners, ensuring flexibility in your scanning choices.
It comes with configurable options for scanning devices and you can easily reorder, rotate, and delete scanned pages, ensuring your final document is organized exactly as you need it. It supports multi-page PDF documents and various image file formats.
How to Install Skanpage on Ubuntu
To install Skanpage on your Ubuntu system, open the terminal app (ctrl+alt+t) and run below Skanpage flatpak install command.
flatpak install flathub org.kde.skanpage
It will install the latest Skanpage on your system. You can open it using below command.
flatpak run org.kde.skanpage
Note: If you don’t already have flatpak and flathub installed,then install them on your system first using the commands provided below. After the installation, restart your system and again start the Skanpage installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
If you want to uninstall Skanpage on your system, then use below commands.
flatpak uninstall org.kde.skanpage
[OR]
sudo flatpak uninstall org.kde.skanpage
Install Skanpage via Snap:
You can also install Skanpage via below snap install command.
sudo snap install skanpage
Install Skanpage via APT:
You can also install Skanpage from the default Ubuntu repositories from the below command.
sudo apt install skanpage