Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitclaveau/pdf.js-parser
https://github.com/benoitclaveau/pdf.js-parser
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benoitclaveau/pdf.js-parser
- Owner: BenoitClaveau
- Created: 2019-07-01T22:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T10:43:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T19:45:54.733Z (about 1 month ago)
- Language: JavaScript
- Size: 91.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf.js-parser
PDF.js has been modified to export GraphicsCanvas.
npm
1. Synchronize pdf.js```shell
cd pdf.js
git pull
git pull upstream
git merge upstream/master
// apply patch
```2. Compile pdf.js
```shell
cd pdf.js
gulp dist-install
copy ./build/dist/build/es5/build/* ../pdf.js-parser/dist
copy ./build/dist/cmaps/* ../pdf.js-parser/cmaps
```