From 7f5781ab06cdc23f427b992b6624fa6ef48a7ebe Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 20 Aug 2012 07:08:53 -0700 Subject: [PATCH] Updated Debugging pdf.js (markdown) --- Debugging-pdf.js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-pdf.js.md b/Debugging-pdf.js.md index 7db722d..978fe74 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -9,7 +9,7 @@ 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. -* `disableTextLayer=true` - Disables the text layer that is used for text selection. +* `textLayer=[off|visible|shadow|hover]` - Disables or reveal the text layer that is used for text selection. ## PDFBug Tools To enable see above.