damoguyan / pdq

a minimalistic PDF viewer with keyboard navigation, bookmarks and annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A minimalistic PDF viewer with ergonomic keyboard shortcuts, bookmarks and annotations.

Known bug

When run forwarded over ssh -X, incorrect rendering at first run (see bug report). I don't know how to fix this...

Invocation

pdq filename.pdf

Command line options

-p <n>   open on page <n>

Keyboard Shortcuts

ActionKeyboard Shortcut  Button
Reload fileCtrl-l
Next Pagen
Previous Pagep
Scroll Up Slowk
Scroll Up FastShift-k
Scroll Down Slowj
Scroll Down FastShift-j
Scroll Left Slowh
Scroll Left FastShift-h
Scroll Right Slowl
Scroll Right FastShift-l
Zoom In.
Zoom Out,
Go back after link jumpb
Search ForwardCtrl-s𝒮
Search BackCtrl-r
Give Up SearchingCtrl-g𝒢
Stop SearchingReturn
Open bookmarksCtrl-b
Add bookmarkaa
Go to pageggo
Extract textttxt

Bookmarks for the file filename.pdf (or just fielname) are stored in the XML file filename.pdq; the file is created when you add a new bookmarks (press a), or just open the bookmarks manager (press Ctrl-b).

Using the bookmarks manager

It lists bookmarks with charhints (a,b,c,d,...). Pressing the corresponding letter navigates to that bookmarked page. Pressing the letter with Shift (as if a capital letter) removes that bookmark.

Making annotations

Right click with mouse on the place where you want to place the anchor. The dialog for entering annotation will pop up.

About

a minimalistic PDF viewer with keyboard navigation, bookmarks and annotations

License:GNU General Public License v3.0


Languages

Language:C++ 94.7%Language:QMake 5.3%