tataganesh / gospel-pdf-viewer

Fast poppler based pdf viewer written in PyQt4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gospel-pdf-viewer

Fast poppler based pdf viewer for Linux written in PyQt4

Dependency = python-qt4, python-poppler-qt4

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.
And then run following command..
sudo pip install .
Gospel PDF will be automatically added to application menu.

To uninstall run..
sudo pip uninstall gospel-pdf

Download .deb Package

You can directly download debian package for debian based distros and install it.
Download it here

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 PyQt4

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%