From 81b929baadbccf53a57d4a0b08f367773975765a Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 17 Jan 2014 08:02:35 -0800 Subject: [PATCH] Adding verbosity --- Viewer-options.mediawiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Viewer-options.mediawiki b/Viewer-options.mediawiki index 350498b..7cc2f3c 100644 --- a/Viewer-options.mediawiki +++ b/Viewer-options.mediawiki @@ -20,4 +20,5 @@ Example: http://www.example.com/pdf.js#page=2 ** off: disable textLayer generation ** visible, shadow, hover: apply the CSS class textlayer-{value} to all text layers * pdfBug: enable debugging tools, see [https://github.com/mozilla/pdf.js/wiki/Debugging-pdf.js]. -* useOnlyCssZoom: set to true to use only CSS zoom. Example: useOnlyCssZoom=true \ No newline at end of file +* useOnlyCssZoom: set to true to use only CSS zoom. Example: useOnlyCssZoom=true +* verbosity: specify the verbosity of console messages. 0 = only errors, 1 = warnings and errors, 5 = warnings, errors and information messages. Example: verbosity=5 \ No newline at end of file