網頁

2018年10月2日 星期二

pdf.js 最簡易的應用方式

使用方式:
下載 pre-built 版本,將下載的 zip 檔解壓縮放到特定目錄,例如放到 Scripts/pdj.js/* 的位址。
應用方式 :
HTML頁面加入以下腳本即可

<a href="Scripts/pdf.js/web/viewer.html?file=1.pdf">Open yourpdf.pdf with PDF.js</a>
這樣的寫法,pdf 的檔案,要放到 Scripts/pdf.js/web/ 目錄內
<a href="Scripts/pdf.js/web/viewer.html?file=/pdf/1.pdf">Open yourpdf.pdf with PDF.js</a>
這樣的寫法,表示 pdf 檔案放在網站根目錄下的 pdf 資料夾,這樣子就可以將 pdf集中到指定的目錄內
相關資料: