Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a0b96ef75115ff7c14ec9a1c0fe4922b6e3271b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<info>
    <id>files_pdfviewer</id>
    <name>PDF viewer</name>
    <summary>A pdf viewer for Nextcloud</summary>
    <description><![CDATA[This application integrates the PDF.js library into Nextcloud. Using this
application users can view their PDF files online without the need to
download the file.

When this application is enabled publicly shared PDF documents will also
get shown in the PDF viewer instead of only showing a single static
snapshot of the document. The PDF viewer requires a modern browser and
will not work with Microsoft® Internet Explorer® versions below 9.

PDF.js is a JavaScript library developed by Mozilla, you can learn more
about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.github.io/pdf.js/)]]></description>
    <version>1.8.0</version>
    <licence>agpl</licence>
    <author>Thomas Müller, Lukas Reschke</author>
    <namespace>Files_PdfViewer</namespace>
    <default_enable/>
    <category>files</category>
    <category>office</category>
    <bugs>https://github.com/nextcloud/files_pdfviewer/issues</bugs>
    <dependencies>
		<nextcloud min-version="19" max-version="19" />
    </dependencies>
</info>