Skip to content

sagargurtu/lector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
Aug 11, 2019
Aug 11, 2019
Jul 24, 2019
Jul 24, 2019
Aug 11, 2019
Aug 11, 2019
Aug 11, 2019

Repository files navigation

Lector

A simple PDF Reader built using Electron and PDF.js

Release License Issues Code Size Downloads

Tabbed View

Empty View

Dependencies

Libraries Used

What's new?

v1.1.0

  • PDF file association.
  • New PDF file icons.

v1.0.0

  • First release.
  • Tabbed View to easily switch between multiple documents.
  • Document Navigation Tools.
  • Thumbnail and Outline Panes.
  • Find, Go to, Zoom and Print.

Getting started

Installation

Download executable from Releases

Build from Source

Prerequisites

Install the following dependencies:

Clone

Clone this repo to your local machine using:

git clone https://github.com/sagargurtu/lector.git

Run

cd lector
npm install && npm start

Build distributions

npm run dist

License

PDF.js is under Apache License 2.0

This project is under MIT License