Updated Frequently Asked Questions (markdown)

Tim van der Meij 2021-02-10 00:15:19 +01:00
parent 4a3493aaff
commit db697d1503

@ -144,9 +144,7 @@ We use Terser to minify the JS files. It is known that other minifiers might bre
<a name="gh-pages"></a>
## 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`.
<a name="eccn"></a>
## What is the ECCN for PDF.js?