开源 Javascript PDF 查看器
有没有可用的基于 Javascript 的开源 PDF 查看器?任何开发这种呈现 PDF 文档的脚本的指南都会有所帮助。
Is there any open source Javascript based PDF Viewer available? Any guide to developing this kind of script that renders PDF docs would be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
查看 HTML5 PDF 查看器:
http://flexpaper.devaldi.com/demo/
Check out the HTML5 PDF viewer:
http://flexpaper.devaldi.com/demo/
好吧,它甚至还没有接近完整的规范,但有一个 基于 JavaScript 和 Canvas 的 PDF 查看器 就在那里。
Well it's not even close to the full spec, but there is a JavaScript and Canvas based PDF viewer out there.
您可以使用 Google 文档 PDF 查看小部件,如果您不介意让他们托管“应用程序”本身。
我有更多建议,但堆栈溢出只允许我作为新用户发布一个超链接,抱歉。
You can use the Google Docs PDF-viewing widget, if you don't mind having them host the "application" itself.
I had more suggestions, but stack overflow only lets me post one hyperlink as a new user, sorry.
有一个名为 Trapeze 的开源 HTML5/javascript 阅读器,尽管它仍处于早期阶段。
演示站点:
https://brendandahl.github.io/trapeze-reader/demos/
Github页:
https://github.com/brendandahl/trapeze-reader
免责声明:
我是作者。
There is an open source HTML5/javascript reader available called Trapeze though its still in its early stages.
Demo site:
https://brendandahl.github.io/trapeze-reader/demos/
Github page:
https://github.com/brendandahl/trapeze-reader
Disclaimer:
I'm the author.
Mozilla 的一些人致力于使用 HTML5 和 JavaScript 实现 PDF 阅读器。它被称为 pdf.js ,其中一位开发人员刚刚做了一个有趣的 关于该项目的博客文章。
There are some guys at Mozilla working on implementing a PDF reader using HTML5 and JavaScript. It is called pdf.js and one of the developers just made an interesting blog post about the project.