PDF.jsとMouse Dictionaryで最高を手に入れる
1. Mouse Dictionary をインストール
Chrome拡張の高速な英語辞書ツールをつくりました(Mouse Dictionary)
2. pdf.jsを取ってくる
$ wget https://github.com/mozilla/pdf.js/releases/download/v2.0.943/pdfjs-2.0.943-dist.zip
$ unzip pdfjs-2.0.943-dist.zip -d pdfjs
$ cd pdfjs
3. 読みたいpdfをコピーしてくる
$ cp hoge.pdf ./web
4. PHPのビルトインサーバを起動
$ php -S localhost:8080
5. http://localhost:8080/web/viewer.html?file=hoge.pdf
を Chrome で開く
$ wget https://github.com/mozilla/pdf.js/releases/download/v2.0.943/pdfjs-2.0.943-dist.zip
$ unzip pdfjs-2.0.943-dist.zip -d pdfjs
$ cd pdfjs
$ cp hoge.pdf ./web
4. PHPのビルトインサーバを起動
$ php -S localhost:8080
5. http://localhost:8080/web/viewer.html?file=hoge.pdf
を Chrome で開く
$ php -S localhost:8080
http://localhost:8080/web/viewer.html?file=hoge.pdf
を Chrome で開く
参考
Author And Source
この問題について(PDF.jsとMouse Dictionaryで最高を手に入れる), 我々は、より多くの情報をここで見つけました https://qiita.com/kroton/items/cc38dbcfc4a6fefcd2c0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .