pdf.js使用
0
首先去https://github.com/mozilla/pdf.js下载压缩包。
然后这个需要用到node.js编译,命令:
node make generic
# 启动服务
node make server
打开地址http://localhost:8888/web/viewer.html?file=/examples/learning/helloworld.pdf,这样就可以浏览PDF了。
其他PDF在线预览的方式:http://wecoding.cn/?p=164