Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.32 KB

files_pdfviewer

This application integrates the PDF.js library into ownCloud. Using this application users can view their PDF files online without downloading the file.

Quality Gate Status Security Rating Coverage Build Status

Instructions to update pdfjs

  1. Prerequisites
  • Install npm
  • Install bower
  • Install gulp
  1. Update pdfjs version in bower.json

  2. Run make rebuild-pdfjs

  3. New version of the library will be in js/vendor/pdfjs

  4. Check if templates/viewer.php needs to be updated to match js/vendor/pdfjs/web/viewer.html

  5. Test the app ;)

Maintainers