A tool for viewing and editing collections of pdfs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tabletoplibrary/makeviewer.sh

9 lines
183 B

#!/bin/sh
if [[ -s ./minified/web/viewer.html ]]; then
exit
fi
git clone https://github.com/mozilla/pdf.js/
cd pdf.js
npm i
./node_modules/.bin/gulp minified
mv build/minified ..