Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savetheclocktower/pdfjs-dist
Generic build of Mozilla's PDF.js library. (Modified. Don't use this; install it from NPM instead.)
https://github.com/savetheclocktower/pdfjs-dist
Last synced: about 1 month ago
JSON representation
Generic build of Mozilla's PDF.js library. (Modified. Don't use this; install it from NPM instead.)
- Host: GitHub
- URL: https://github.com/savetheclocktower/pdfjs-dist
- Owner: savetheclocktower
- License: apache-2.0
- Created: 2024-01-25T00:05:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T00:29:59.000Z (11 months ago)
- Last Synced: 2024-01-25T01:38:52.095Z (11 months ago)
- Language: JavaScript
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**NOTE:** This is Mozilla’s own Apache-licensed code. It exists here because I needed a place from which `npm` could install this package without its optional dependencies — particularly the `canvas` package and its native module. It will not necessarily be kept up to date.
If you found this via a web search: don’t install this. You don’t know me, and you shouldn’t trust me. Don’t even install this from Mozilla’s own GitHub repo for `pdfjs-dist`; it hasn’t been updated in a couple years. [Install this directly from `npm`](https://www.npmjs.com/package/pdfjs-dist) instead.
---
# PDF.js
PDF.js is a Portable Document Format (PDF) library that is built with HTML5.
Our goal is to create a general-purpose, web standards-based platform for
parsing and rendering PDFs.This is a pre-built version of the PDF.js source code. It is automatically
generated by the build scripts.For usage with older browsers/environments, without native support for the
latest JavaScript features, please see the `legacy/` folder.
Please see [this wiki page](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support) for information about supported browsers/environments.See https://github.com/mozilla/pdf.js for learning and contributing.