https://github.com/trjohnst/pdfjs-one-file
Tiny POC repo to show that PDF.js runs with all it's distributed JS concatenated after the provided combined distribution was removed.
https://github.com/trjohnst/pdfjs-one-file
broccoli pdf pdfjs pdfjs-dist
Last synced: 3 months ago
JSON representation
Tiny POC repo to show that PDF.js runs with all it's distributed JS concatenated after the provided combined distribution was removed.
- Host: GitHub
- URL: https://github.com/trjohnst/pdfjs-one-file
- Owner: trjohnst
- Created: 2018-02-07T20:29:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T20:41:28.000Z (over 7 years ago)
- Last Synced: 2025-01-24T08:28:38.968Z (4 months ago)
- Topics: broccoli, pdf, pdfjs, pdfjs-dist
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Simple PDF.js concatter to concat PDF.js and show it can still run as a single file after [commit 56a8c934dde6cce806b1d74fa80c181eb30bbb96](https://github.com/mozilla/pdf.js/commit/56a8c934dde6cce806b1d74fa80c181eb30bbb96).# Running Locally
```bash
npm i
npm start
```Then visit [http://127.0.0.1:8080](http://127.0.0.1:8080)