From 327c3fb7c5cc2f248abc2e5419b03b9c2e6714fc Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Thu, 27 Aug 2015 16:01:47 +0200 Subject: [PATCH] Document outline controls (introduced in https://github.com/mozilla/pdf.js/pull/6242). --- Frequently-Asked-Questions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 3427a57..7713786 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -113,6 +113,13 @@ User interface buttons or ctrl + mouse wheel can be used to change th (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 Shift 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. + ## The PDF.js files are too big. Can you provide minified versions of JS files?