2019-07-23 01:59:55 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
mkdir -p out
|
|
|
|
wget -O out/test.pdf -nc https://github.com/mozilla/pdf.js/raw/master/web/compressed.tracemonkey-pldi-09.pdf
|
2019-07-23 04:53:17 +02:00
|
|
|
node gd.js -i './out/test.pdf' -f json
|
|
|
|
node gd.js -i './out/test.pdf' -f text
|