From e4ddcf467830fc3175d62b7ed9008e4667e3d3e2 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 19 Aug 2013 11:02:55 -0700 Subject: [PATCH] Updated Debugging pdf.js (markdown) --- Debugging-pdf.js.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Debugging-pdf.js.md b/Debugging-pdf.js.md index 28d681e..0529440 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -10,6 +10,9 @@ pdf.js has several special url parameters to alter how pdf.js works and enable d * `pdfBug=all` - Enables all the debugging tools. You can optionally enable specific tools by specifying them by their id e.g. pdfBug=FontInspector or pdfBug=Stepper,FontInspector. More about PDFBug below. * `disableWorker=true` - Disables the worker which makes it easier to use debugging tools like firebug where workers aren't supported yet. * `textLayer=[off|visible|shadow|hover]` - Disables or reveals the text layer that is used for text selection. +* `disableFontFace=true' - Disables standard `@font-font` font loading, uses the internal font renderer instead. +* `disableRange=true` - Disables HTTP range requests when fetching the document. +* `disableAutoFetch=true` - Disables auto fetching of the document, only gets necessary data to display current view. ## PDFBug Tools To enable see above.