forked from webodf/ViewerJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewerjs-plugin-README.txt
39 lines (24 loc) · 1.17 KB
/
viewerjs-plugin-README.txt
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
29
30
31
32
33
34
35
36
37
38
=== ViewerJS WordPress Plugin ===
Contributors: Tobias Hintze
Tags: ODF, PDF, Documents, open document, WebODF
Requires at least: 3.2
Tested up to: 3.6.1
Stable tag: 1.0
This plugin embeds Viewer.JS into WordPress.
== Description ==
This is a combination of WebODF and PDF.js.
This plugin embeds Viewer.JS into WordPress. This is a combination of WebODF and PDF.js. See www.viewerjs.org for more details.
== Usage ==
Navigate to a Document file (ODF or PDF) in your WP blog's media library and press the button "Insert with Viewer.JS".
Alternatively you can manually insert the WordPress shortcode `[viewerjs /path-to-some-file.pdf]` to embed
any `*.pdf`, `*.odt`, `*.odp`, or `*.ods` documents at that location.
The plugin also provides a settings panel for adjusting the width and height of the embeded element (iframe).
== Installation ==
1. Upload the whole `viewer.js-plugin` directory and content to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
(or do the automatic stuff from the /wp-admin/...)
== Screenshots ==
no screenshots available (yet)
== Changelog ==
= 0.1 =
* first version forked from the WebODF version.