Arch Linux で pdf.js を使う
1) インストール
pacman -S pdfjs
/usr/share/pdfjs にインストールされます。
2) Web サーバーでアクセスできるところにシンボリックリンクを張る
ln -s /usr/share/pdf.js/ .
例えば /var/www/tmp/mar29 にシンボリックリンクを作成します。
3) http://localhost/tmp/mar29/pdf.js/web/viewer.html にアクセス
4) /var/www/tmp/mar29 に cities.pdf というPDFを置きます。
http://localhost/tmp/mar29/pdf.js/web/viewer.html?file=../../cities.pdf にアクセス
5) iframe を使って2枚のPDFを表示してみました。
https://ekzemplaro.org/oyama/
Author And Source
この問題について(Arch Linux で pdf.js を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/56760141c0cb589b18d2著者帰属:元の著者の情報は、元の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 .