2017-11-14 15:22:28 +00:00
2017-11-14 14:36:30 +00:00
2017-11-14 14:36:30 +00:00
2017-11-14 15:22:28 +00:00
2017-11-14 15:19:17 +00:00
2017-11-14 14:35:31 +00:00
2017-11-14 14:35:31 +00:00
2017-11-14 15:22:12 +00:00
2017-11-14 14:35:31 +00:00

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

Description
No description provided
Readme 1.7 MiB
Languages
HTML 79.9%
JavaScript 20.1%