Sen descrición

febbweiss 65f02461c5 Optim: improve PDF reader controls layout %!s(int64=8) %!d(string=hai) anos
data fb3259b66b Feature: add documents %!s(int64=8) %!d(string=hai) anos
documents fb3259b66b Feature: add documents %!s(int64=8) %!d(string=hai) anos
js 549d2a21b4 Bugfix: path to resources %!s(int64=8) %!d(string=hai) anos
partials 65f02461c5 Optim: improve PDF reader controls layout %!s(int64=8) %!d(string=hai) anos
.gitignore cbec8b7a7f Feature: add .gitignore %!s(int64=8) %!d(string=hai) anos
README.md 186737c77c Feature: dependencies %!s(int64=8) %!d(string=hai) anos
bower.json 8f9b3651ae Clean: unused dependencies %!s(int64=8) %!d(string=hai) anos
index.html 65f02461c5 Optim: improve PDF reader controls layout %!s(int64=8) %!d(string=hai) anos

README.md

PDF-Reader is a small web application listing PDF documents and allowing to visualize them.

Building :

This project is built using Bower. Just install it and run :

bower install

How it works :

Written in AngularJS, PDF-Reader calls a resource (/data/documents.json) providing a list of documents such as :

[{"title": "My report", "link": "report.pdf"]

The list is rendering such as a paginated table with a quick filter input. Clicking on the View button load the document in the right side pane.

Documents are stored in a documents folder.

Built with :

Licence :

Source code is under MIT Licence