Skip to content

dammhannes/gospel-pdf-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gospel-pdf-viewer

Poppler based pdf viewer for Linux written in PyQt

Dependency :

  • python3-pyqt5
  • pyqt5-dev-tools
  • python3-poppler-qt5
  • quikprint (for print support, optional)
  • qpdf (to unlock pdf, optional)

Description

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

Installation

To Install this program open terminal inside gospel-pdf-viewer-master directory.
First compile UI and Resources file
cd files
./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-master and run
./run.sh
Or
./run.sh filename.pdf

About

Fast poppler based pdf viewer written in PyQt5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%