UNPKG

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