This application integrates the PDF.js library into ownCloud. Using this application users can view their PDF files online without downloading the file.
- Prerequisites
- Install npm
- Install bower
- Install gulp
-
Update pdfjs version in bower.json
-
Run
make rebuild-pdfjs
-
New version of the library will be in
js/vendor/pdfjs
-
Check if
templates/viewer.php
needs to be updated to matchjs/vendor/pdfjs/web/viewer.html
-
Test the app ;)