https://github.com/owncloud/files_pdfviewer
https://github.com/owncloud/files_pdfviewer
owncloud-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owncloud/files_pdfviewer
- Owner: owncloud
- License: agpl-3.0
- Created: 2014-05-03T12:11:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T01:38:05.000Z (over 1 year ago)
- Last Synced: 2025-06-27T21:13:47.127Z (12 months ago)
- Topics: owncloud-app
- Language: Starlark
- Homepage:
- Size: 16.7 MB
- Stars: 17
- Watchers: 68
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
files_pdfviewer
======
This application integrates the [PDF.js](https://mozilla.github.io/pdf.js/) library into ownCloud. Using this application users can view their PDF files online without downloading the file.
[](https://sonarcloud.io/dashboard?id=owncloud_files_pdfviewer)
[](https://sonarcloud.io/dashboard?id=owncloud_files_pdfviewer)
[](https://sonarcloud.io/dashboard?id=owncloud_files_pdfviewer)
[](https://drone.owncloud.com/owncloud/files_pdfviewer)
Instructions to update pdfjs
===========
1. Prerequisites
- Install npm
- Install bower
- Install gulp
2. Update pdfjs version in bower.json
3. Run `make rebuild-pdfjs`
4. New version of the library will be in `js/vendor/pdfjs`
5. Check if `templates/viewer.php` needs to be updated to match `js/vendor/pdfjs/web/viewer.html`
6. Test the app ;)
Maintainers
===========
- [Lukas Reschke](https://github.com/LukasReschke)