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/