在线显示PDF文件js插件pdfjs使用方法

打开http://mozilla.github.io/pdf.js/getting_started/

下载Stable (v2.0.943)

解压所有文件到文件夹pdf.js

把文件夹pdf.js上传到服务器

服务器地址:

在线显示PDF文件方法

在地址栏中

http://www.wdja.cn/common/images/js/pdf.js/web/viewer.html?file=http://www.wdja.cn/demo.pdf

 

或者在代码中

<iframe src="web/viewer.html?file=http://www.wdja.cn/demo.pdf" width="100%" height="800px" id="Iframe"></iframe>

 

如果需要跨域调用pdf文件,则会报错

file origin does not match viewer's

 

目前暂无比较好的方法解决,期待PDF.js开发者在以后的版本中能解决.