Updated Debugging PDF.js (markdown)

Jonas Jenwald 2022-12-01 16:33:22 +01:00
parent de8ce480f3
commit febb0ab4e5

@ -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.