UNPKG

545 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 support for modern features
11such as e.g. `async`/`await`, `Promise`, and `ReadableStream`,
12please refer to the `es5` folder.
13
14See https://github.com/mozilla/pdf.js for learning and contributing.