All Projects β†’ nextcloud β†’ files_pdfviewer

nextcloud / files_pdfviewer

Licence: AGPL-3.0 License
πŸ“– A PDF viewer for Nextcloud

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to files pdfviewer

sharepoint
πŸ’Ύ Nextcloud SharePoint Backend for External storages
Stars: ✭ 16 (-71.43%)
Mutual labels:  nextcloud
nextcloud-grauphel
Tomboy note synchronization REST server nextcloud app
Stars: ✭ 53 (-5.36%)
Mutual labels:  nextcloud
nextcloud-portable
πŸš€ Nextcloud portable for Windows
Stars: ✭ 21 (-62.5%)
Mutual labels:  nextcloud
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (-57.14%)
Mutual labels:  nextcloud
check nextcloud
Nagios/Centreon plugin for nextcloud serverinfo API (https://github.com/nextcloud/serverinfo)
Stars: ✭ 22 (-60.71%)
Mutual labels:  nextcloud
PUQ WHMCS-Public-Nextcloud
Module for the WHMCS system. For manage NextCloud users as a product.
Stars: ✭ 17 (-69.64%)
Mutual labels:  nextcloud
nextcloud-docker-compose
☁️ Spin up a Nextcloud instance with automatied backups and SSL certificate issuance.
Stars: ✭ 69 (+23.21%)
Mutual labels:  nextcloud
quillnote
Take beautiful markdown notes and stay organized with task lists.
Stars: ✭ 276 (+392.86%)
Mutual labels:  nextcloud
files photospheres
Nextcloud app for viewing Google PhotoSphere 360Β° images (panorama-images)
Stars: ✭ 20 (-64.29%)
Mutual labels:  nextcloud
silverbox
Guide describing how to setup compact, silent and energy-efficient GNU/Linux home server
Stars: ✭ 42 (-25%)
Mutual labels:  nextcloud
circles
πŸ‘ͺ Create groups with other users on a Nextcloud instance and share with them
Stars: ✭ 121 (+116.07%)
Mutual labels:  nextcloud
apporder
Nextcloud app to enable sorting inside the app menu
Stars: ✭ 30 (-46.43%)
Mutual labels:  nextcloud
privacy-links
[POLISH] ChroΕ„ swojΔ… prywatnoΕ›Δ‡ z najlepszymi narzΔ™dziami zebranymi w jednym miejscu.
Stars: ✭ 31 (-44.64%)
Mutual labels:  nextcloud
nextcloud-exporter
Prometheus exporter for Nextcloud servers.
Stars: ✭ 134 (+139.29%)
Mutual labels:  nextcloud
direct menu
Nextcloud/OwnCloud app to provide easy access to all apps in the header
Stars: ✭ 16 (-71.43%)
Mutual labels:  nextcloud
nextcloud twofactor webauthn
WebAuthn Two-Factor Provider for Nextcloud
Stars: ✭ 34 (-39.29%)
Mutual labels:  nextcloud
gestion
baimard.github.io/gestion
Stars: ✭ 37 (-33.93%)
Mutual labels:  nextcloud
nextcloud
Nextcloud OCS and WebDAV API wrapper for Ruby.
Stars: ✭ 16 (-71.43%)
Mutual labels:  nextcloud
issuetemplate
🚧 Nextcloud app for easy bug reporting with prefilled issue templates
Stars: ✭ 12 (-78.57%)
Mutual labels:  nextcloud
nextcloud sentry
Sentry integration for Nextcloud
Stars: ✭ 26 (-53.57%)
Mutual labels:  nextcloud

files_pdfviewer

This application integrates the PDF.js library into Nextcloud's Viewer. You can view PDF files as well as Adobe Illustrator files (.ai)

πŸ— Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/files_pdfviewer.git
  2. ☁ Clone the viewer app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/viewer.git
  3. πŸ‘©β€πŸ’» In the folder of the files_pdfviewer app, run the command npm ci && npm run dev to install dependencies and build the Javascript.
  4. βœ… Enable the app through the app management of your Nextcloud (viewer should be enabled by default)
  5. πŸŽ‰ Partytime! Help fix some issues and review pull requests πŸ‘

πŸ§™ Advanced development stuff

To build the Javascript whenever you make changes, you can also use npm run build. Or npm run watch to automatically rebuild on every file save.

You run all tests by using make test.

πŸ“¦ Update pdf.js

When a new release of pdf.js is available on https://github.com/mozilla/pdf.js/releases, update the version number on https://github.com/nextcloud/files_pdfviewer/blob/master/pdfjs-get.js#L8 and compile the app again.

β™₯ How to create a pull request

This guide will help you get started:

✌ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].