srbhp / darshak

Yet another pdfviewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

darshak

Yet another pdf viewer

Usage:

darshak.py <filename>

Screenshot

demonstration pic

Build

```bash
    pyinstaller pyinstaller_build.py -w --noconfirm  \
    --additional-hooks-dir=hooks --hidden-import PyQt5.QtXml\
    --name="darshak"  --onefile\
```

TODO:

  • add support to annotate

  • Table of contents

    • Highlight
    • Text notes
  • Search Text

  • Read aloud

  • Inking

  • View and print local, online.

  • Select Image from the viewer

About

Yet another pdfviewer

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Makefile 0.4%