From 9c4bb83f7ad94501c9c092ec6ce19bd3eb40fab4 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 26 Apr 2016 22:03:35 +0200 Subject: [PATCH] Mention web application usage in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 15811c7c1..238ddd63f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,13 @@ be loaded by `pdf.js`. If you want to support more browsers than Firefox you'll to include `compatibility.js` from `build/generic/web/`. The PDF.js files are large and should be minified for production. +## Using PDF.js in a web application + +To use PDF.js in a web application you can choose to use a pre-built version of the library +or to build it from source. We supply pre-built versions for usage with NPM and Bower under +the `pdfjs-dist` name. For more information and examples please refer to the +[wiki page](https://github.com/mozilla/pdf.js/wiki/Setup-pdf.js-in-a-website) on this subject. + ## Learning You can play with the PDF.js API directly from your browser through the live