UNPKG

574 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 or environments, without support for modern
11features such as e.g. `async`/`await`, `ReadableStream`, optional chaining, and
12nullish coalescing; please see the `legacy` folder.
13
14See https://github.com/mozilla/pdf.js for learning and contributing.