|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| js | %!s(int64=8) %!d(string=hai) anos | |
| partials | %!s(int64=8) %!d(string=hai) anos | |
| .gitignore | %!s(int64=8) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| bower.json | %!s(int64=8) %!d(string=hai) anos | |
| index.html | %!s(int64=8) %!d(string=hai) anos |
PDF-Reader is a small web application listing PDF documents and allowing to visualize them.
This project is built using Bower. Just install it and run :
bower install
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.
Source code is under MIT Licence