Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benoitclaveau/pdf.js-parser


https://github.com/benoitclaveau/pdf.js-parser

Last synced: 19 days ago
JSON representation

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
```