jviereck / pdfListView

A simple list view to render a PDF document using PDF.JS
Apache License 2.0
17 stars 6 forks source link

pdfListView

NOTE: THIS REPO IS NO LONGER MAINTAINED, SEE: https://github.com/jviereck/pdfListView/issues/22

A simple list view to render a PDF document using PDF.JS.

Project Goals

Future Plans & Missing Implementations

Run locally

Some browsers (like Chrome) need to load the index.html file using a local web server. This can easily done by installing the dev-dependencies:

$> npm install

Starting the server is done by executing:

$> grunt server

This will start a local web server on port 9996. To server the index.html, point your browser at http://localhost:9996/.

License

This project uses the same license (Apache License) as the PDF.JS project. This makes pdfListView compatible with PDF.JS and makes reusing code between the projects possible.