Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

My Pdf Reader. A project not too in progress.

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
frank38
Posts: 114
Joined: 2017-10-30 12:04

My Pdf Reader. A project not too in progress.

#1 Post by frank38 »

Using some free time, I've made a very simple pdf (and of a few other formats) reader. It is based on the Evince python3 module. It isn't the most complete pdf reader available, just does what a pdf reader must do.
Here is a screenshot:

Image

Here is the program:
http://www.mediafire.com/file/svs222462 ... er-0.1.tar
Md5sum: 7ef6e82117ed44ca27b31cce5d83ae05

Features:
- require only a few python3 module: gir1.2-evince-3.0 and its dependencies;
- open pdf files and other types: tiff, ps, djvu, dvi, some comic formats;
- forms are supported;
- pdf index, page navigation, zoom+/-, page rotation, searching and navigation, selected text to clipboard, pdf document info.

Keyboard and Mouse keys:
- CTRL+a : select all the text (if supported by the format)
- CTRL+q : quit the program
- CTRL+RETURN : fullscreen on/off
- CTRL+mouse wheel : zoom+/-
- etc.

Unless for some serious bugs, I have to finish another project first.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: My Pdf Reader. A project not too in progress.

#2 Post by frank38 »

Version 0.1.1:
http://www.mediafire.com/file/uh48mo2tg ... -0.1.1.tar
Md5sum: aab1bc00c634b059d29b6234020e588d

Changelog:
- TOC is retrieved fully (if supported)
- after a search, just click in the document to cancel the result of the search.

Post Reply