From a23e8c85fc2591b12dbfb56862052bd523a996ec Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 28 Jan 2014 13:56:24 -0800 Subject: [PATCH] Minor fixes --- Frequently-Asked-Questions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 26267df..de9cbac 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -13,8 +13,8 @@ * [I'm developing a custom solution based on PDF.js core library. Can you help me?](#custom) -## Can I specify different PDF in the default viewer? -You can the modify `DEFAULT_URL` variable in the web/viewer.js file. Or, you can append the `?file=` query string to the viewer URL, e.g. `http://mozilla.github.com/pdf.js/web/viewer.html?file=compressed.tracemonkey-pldi-09.pdf`. +## Can I specify a different PDF in the default viewer? +You can modify the `DEFAULT_URL` variable in the `web/viewer.js` file or you can append the `?file=` query string to the viewer URL, e.g. `http://mozilla.github.com/pdf.js/web/viewer.html?file=compressed.tracemonkey-pldi-09.pdf`. ## Can I load a PDF from another server (cross domain request)? @@ -100,7 +100,7 @@ User interface buttons or ctrl + mouse wheel can be used to change th * **rotate the document clockwise:** r * **rotate counterclockwise:** shift + r * **presentation mode:** ctrl + alt + p -* **Toggle hand tool:** h +* **toggle hand tool:** h (replace ctrl with meta on some configurations) @@ -117,7 +117,7 @@ It is known that minifiers break PDF.js code if advanced options are used (see [ Yes. The code for the website at http://mozilla.github.com/pdf.js is located in the "gh-pages" branch. You can clone it using `git clone -b gh-pages https://github.com/mozilla/pdf.js.git pdfjs-gh-pages` or download [the archive](https://github.com/mozilla/pdf.js/archive/gh-pages.zip). -## PDF.js does not render my files right. Can I report an issue? +## PDF.js does not render my files correctly. Can I report an issue? Yes. The issues are used to track both bugs filed by users and specific work items for developers. Try to file one issue per problem observed.