ksharindam / gospel-pdf-viewer

Poppler based fast pdf viewer written in PyQt5
GNU General Public License v3.0
10 stars 4 forks source link
pdf-viewer poppler pyqt5

License Release Release Date Downloads Total Downloads Latest

Gospel Pdf Viewer

Poppler or MuPDF based pdf viewer for Windows and Linux written in PyQt

Description

This program is aimed at short startup time, with all generally used features.
This is a evince or qpdfview alternative for linux users.

Download

Download the precompiled packages from releases page.
For Windows download .exe package and install it.
For Linux download .AppImage package, mark it executable, and double click to run.

Installation using PIP

Dependency :

To Install this program open terminal inside gospel-pdf-viewer directory.
First compile UI and Resources file
cd data
./compile_ui
./compile_rc
cd ..
And then run following command..
sudo pip3 install .
or
pip3 install --user .

Gospel PDF will be automatically added to application menu.

To uninstall run..
sudo pip3 uninstall gospel-pdf

Usage

To run after installing, type command..
gospel-pdf
Or
gospel-pdf filename.pdf

If you want to run this program without/before installing, then
Open terminal and change directory to gospel-pdf-viewer and run
./gospel_pdf.py

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3