From 493229a85d4019e0dc1ecb1caba94c9cc5beb6b9 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 23 Oct 2017 12:10:00 -0500 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 56a380b..4825192 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -7,6 +7,7 @@ * [What are the PDF.js keyboard shortcuts?](#faq-shortcuts) * [The PDF.js files are too big. Is it possible to obtain minified versions of the JS files?](#minified) * [Is there a pre-built version PDF.js available?](#gh-pages) +* [What is the ECCN for PDF.js?](#eccn) * [PDF.js does not render my files right. Can I report an issue?](#issue) * [I know that my PDFs are corrupted. Will PDF.js attempt to display it?](#corrupted-pdf) * [I have a really great idea. Where is the best place to record it?](#idea) @@ -144,6 +145,15 @@ Yes. Please see http://mozilla.github.io/pdf.js/getting_started/ page for detail 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`. + +## What is the ECCN for PDF.js? + +PDF.js is publicly available software not subject to the Export Administration +Regulations (EAR) per EAR 734.3(b) and 734.7. Because PDF.js is not subject to +the EAR it does not have an Export Control Classification Number (ECCN). +Mozilla has completed the notification for PDF.js publicly available encryption +source code per EAR 742.15(b). + ## PDF.js does not render my files correctly. Can I report an issue?