From febb0ab4e57c3aea35546857f042794ac4e7a849 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 1 Dec 2022 16:33:22 +0100 Subject: [PATCH] Updated Debugging PDF.js (markdown) --- Debugging-PDF.js.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Debugging-PDF.js.md b/Debugging-PDF.js.md index fc5a187..a53a8d2 100644 --- a/Debugging-PDF.js.md +++ b/Debugging-PDF.js.md @@ -16,7 +16,6 @@ PDF.js has several special URL parameters to alter how PDF.js works and to enabl * `disableRange=true` - Disables HTTP range requests when fetching the document. * `disableStream=true` - Disables streaming when fetching the document. * `disableAutoFetch=true` - Disables auto fetching of the document; only gets necessary data to display the current view. *Note:* streaming also needs to be disabled for this to have any effect. -* `useOnlyCssZoom=true` - Disables re-rendering of pages and uses CSS zooming instead. * `verbosity=[0|1|5]` - Specifies the verbosity level of console messages. 0 = only errors, 1 = warnings and errors, 5 = warnings, errors and information messages. * `locale=[en-US|...]` - Specifies which language to use in the viewer UI. For a list of the available locales, see https://github.com/mozilla/pdf.js/tree/master/l10n.