Sin descripción

febbweiss fb3259b66b Feature: add documents hace 8 años
data fb3259b66b Feature: add documents hace 8 años
documents fb3259b66b Feature: add documents hace 8 años
js cbec8b7a7f Feature: add .gitignore hace 8 años
partials cbec8b7a7f Feature: add .gitignore hace 8 años
.gitignore cbec8b7a7f Feature: add .gitignore hace 8 años
README.md cbec8b7a7f Feature: add .gitignore hace 8 años
bower.json cbec8b7a7f Feature: add .gitignore hace 8 años
index.html 13fd147c1a Feature: sort by title hace 8 años

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.

Licence :

Source code is under MIT Licence