Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add a documentation for pdfjs sidebar auto-opening. See #895
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 27, 2016
1 parent 0fbe393 commit 33424a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/plugins/editor.pdfjs/plugin_doc.html
@@ -1,2 +1,6 @@
<p>PDF.JS JavaScript PDF viewer from Mozilla beautifully integrated into Pydio.</p>
<p align="center"><img src="frame_image.png" alt="PDF Viewer"></p>
<p align="center"><img src="editor-pdfjs.png.png" alt="PDF Viewer"></p>
<p>If you want to have the viewer automatically open its sidebar with pages thumbnails, you have to manually apply this modification:
<br>line 407 in "plugins/editor.pdfjs/pdfjs/web/viewer.js", change 0 to 1 like this :
<br>sidebarViewOnLoad: 1,
</p>

0 comments on commit 33424a8

Please sign in to comment.