- インストール
pacman -S pdfjs
/usr/share/pdfjs にインストールされます。
- Web サーバーでアクセスできるところにシンボリックリンクを張る
ln -s /usr/share/pdf.js/ .
例えば /var/www/tmp/mar29 にシンボリックリンクを作成します。
-
/var/www/tmp/mar29 に cities.pdf というPDFを置きます。
http://localhost/tmp/mar29/pdf.js/web/viewer.html?file=../../cities.pdf にアクセス
-
iframe を使って2枚のPDFを表示してみました。
https://ekzemplaro.org/oyama/