我是在测试一个网站的时候碰到这个的。在Chrome中“什么都没有?”文本消失,如果您查看控制台,则会打印pdfobject。但是,当您在Firefox中做同样的事情时,就会出现错误。这是一个已知的bug?var pdf = new PDFObject({url: '/climatesummary/2014_02_climatesummary.pdf'}).embed("pdf");html:
我计划在我的应用程序中使用Ext.ux.panel.PDF扩展,但无法使它在我的Sencha 3.0中工作。我已经下载了这些文件,并将js文件放在我的项目目录/ext/src/ux/panel/PDF.js中。在应用程序中,我已经将需求线放在了最上层。但是,当我想用示例中的代码实例化pdf面板时,我一直收到以下错误:
Uncaught Error: The following classes are not declared even if theirPlease chec
我是pdf.js的新手,可能会犯一些基本的错误。我正在尝试复制这里提供的"Hello World with document load error provided“示例: https://mozilla.github.io/pdf.js/examples我试着改变了 <script src="//mozilla.github.io/pdf.js/build/pdf.js">