第一次使用pdf.js
并且我对javascript不太了解。我正在尝试使用pdf.js
查看pdf文件跨域。我找到了一个面向跨域的解决方案:http://colonelpanic.net/2014/08/using-pdf-js-web-worker-cross-domain-cors/
以及来自https://github.com/mozilla/pdf.js/tree/master/examples/helloworld
我在这里尝试:http://jsfiddle.net/4cn4hvq5/,它只显示一个画布而不是pdf。
我想要http://mozilla.github.io/pdf.js/web/viewer.html这样的内容,只是将本地pdf更改为其他域名的pdf。