Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,当 JS 被禁用时,我在我的应用程序中使用 iframe 显示 pdf,当它启用时,我使用 PDF.js。问题是当 JS 被禁用时,iframe 被加载,但它显示了在 pdf.js 的情况下生成的类似的 html,虽然它是从服务器获取的,但也没有显示 pdf。有其他人经历过吗?禁用js时如何显示pdf。它在其他浏览器上运行良好,如 Opera chrome,即使在 IE 上也是如此 :(
您可以执行以下操作:
<iframe src='PDFUrl' style="width: 100%; height: 600px;"></iframe>
我认为这与 pdf.js 没有任何关系。如果文件存在,它将显示在 iFrame 中。
FF 使用的默认 pdf 查看器使用 javascript,所以我安装了 adobe 插件,一切正常