Document outline controls (introduced in https://github.com/mozilla/pdf.js/pull/6242).

Rob Wu 2015-08-27 16:01:47 +02:00
parent 7d2a901ea0
commit 327c3fb7c5

@ -113,6 +113,13 @@ User interface buttons or <kbd>ctrl</kbd> + mouse wheel can be used to change th
(replace ctrl with meta on some configurations) (replace ctrl with meta on some configurations)
### Outline sidebar
- After showing the sidebar, click on the "Show document outline" button (![Show document outline](https://mozilla.github.io/pdf.js/web/images/toolbarButton-viewOutline.png)) to show the document outline (if the PDF file has one).
- Nested outline items can be expanded/collapsed by clicking on the triangles at the left of an item.
- To expand/collapse all items under the selected item, press <kbd>Shift</kbd> while clicking on the triangle.
- Double-click on the "Show document outline" button (![Show document outline](https://mozilla.github.io/pdf.js/web/images/toolbarButton-viewOutline.png)) to expand/collapse all outline items.
<a name="minified"></a> <a name="minified"></a>
## The PDF.js files are too big. Can you provide minified versions of JS files? ## The PDF.js files are too big. Can you provide minified versions of JS files?