1 | # PDF.js
|
2 |
|
3 | PDF.js is a Portable Document Format (PDF) library that is built with HTML5.
|
4 | Our goal is to create a general-purpose, web standards-based platform for
|
5 | parsing and rendering PDFs.
|
6 |
|
7 | This is a pre-built version of the PDF.js source code. It is automatically
|
8 | generated by the build scripts.
|
9 |
|
10 | For usage with older browsers/environments, without native support for the
|
11 | latest JavaScript features, please see the `legacy/` folder.
|
12 | Please see [this wiki page](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support) for information about supported browsers/environments.
|
13 |
|
14 | See https://github.com/mozilla/pdf.js for learning and contributing.
|