- 간단한 버전의 설치는 하단 github repository의 README.md를 참고할 것
- pdf.js.example이라는 디렉토리를 pdf 뷰어의 디렉토리로 정함
mkdir pdf.js.example
cd pdf.js.example
git clone https://github.com/mozilla/pdf.js
- 위 repository에서 다음 디렉토리를 pdf.js.example 디렉토리에 복사
- external
- src
- web
- 로케일 데이터도 복사
cp -r pdf.js/{external,src,web} .
cp -r pdf.js/l10n ./web/locale
npm init
npm install --save requirejs
npm install --save core-js@3.6.4
npm install --save systemjs@0.21.6
npm install --save systemjs-plugin-babel@0.0.25
npm install --save web-streams-polyfill@2.1.0
(echo "[ko]"; echo "@import url(ko/viewer.properties)") > web/locale/locale.properties
rm -rf pdf.js
https://github.com/terzeron/PDFjsTest