From db697d15035f5c8aba6a6931166c4603839b63e0 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Wed, 10 Feb 2021 00:15:19 +0100 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 5dc69de..381a58c 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -144,9 +144,7 @@ We use Terser to minify the JS files. It is known that other minifiers might bre ## Is there a pre-built version PDF.js available? -Yes. Please see http://mozilla.github.io/pdf.js/getting_started/ page for details. Also the code for the website at http://mozilla.github.io/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). - -There are also generic PDF.js library builds available at https://github.com/mozilla/pdfjs-dist. These builds can be installed via npm `npm install pdfjs-dist` or bower `bower install pdfjs-dist`. +Yes. Refer to http://mozilla.github.io/pdf.js/getting_started/ and https://github.com/mozilla/pdf.js/wiki/Setup-PDF.js-in-a-website#official-releases for more details. Generic PDF.js library builds are also available at https://github.com/mozilla/pdfjs-dist. These builds can be installed via NPM with `npm install pdfjs-dist` or via Bower via `bower install pdfjs-dist`. ## What is the ECCN for PDF.js?