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

Commit 33424a8

Browse files
committed
Add a documentation for pdfjs sidebar auto-opening. See #895
1 parent 0fbe393 commit 33424a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
<p>PDF.JS JavaScript PDF viewer from Mozilla beautifully integrated into Pydio.</p>
2-
<p align="center"><img src="frame_image.png" alt="PDF Viewer"></p>
2+
<p align="center"><img src="editor-pdfjs.png.png" alt="PDF Viewer"></p>
3+
<p>If you want to have the viewer automatically open its sidebar with pages thumbnails, you have to manually apply this modification:
4+
<br>line 407 in "plugins/editor.pdfjs/pdfjs/web/viewer.js", change 0 to 1 like this :
5+
<br>sidebarViewOnLoad: 1,
6+
</p>

0 commit comments

Comments
 (0)