寻找 HTML5 / Javascript PDF 翻页器
我正在寻找能够显示 PDF 的非 Flash“翻页器”。我得到的例子(Flash)是: http: //www.mitsubishi-motors.nl/digital/1043/index/book/outlanderbrochure.aspx
我查看了Uniflip,但它似乎只是Flash。 FlipBook 看起来不错(jQuery),但似乎不支持 PDF。
我们有能力支付这个费用,但我们没有时间自己建造它。有人知道那里有什么吗?
谢谢!
I'm looking for a non-Flash 'page flipper' that is capable of displaying PDFs. The example I've been given (in Flash) is: http://www.mitsubishi-motors.nl/digital/1043/index/book/outlanderbrochure.aspx
I looked into Uniflip but it seems to be Flash only. FlipBook looks decent (jQuery) but doesn't seem to support PDFs.
We can afford to pay for this, but we don't have time to build it ourselves. Does anyone know of anything out there?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Mozilla 致力于开发纯 JS PDF 渲染器已经有一段时间了:
https://github.com/mozilla/ pdf.js
下面是它的实际演示:
http://mozilla.github.com/pdf.js/web/viewer.html
但这是一个概念验证的 HTML5 库,而且它是前沿的。如果您需要支持多种浏览器,那么您只能使用 Flash 或将 PDF 渲染为图形,这两种选择都不是有吸引力的选择。
Mozilla has been working on a JS-only PDF renderer for a while:
https://github.com/mozilla/pdf.js
Here's a demo of it in action:
http://mozilla.github.com/pdf.js/web/viewer.html
But this is a proof-of-concept HTML5 library and it is cutting-edge. If you need to support a lot of browsers, you're stuck with Flash or rendering the PDF as graphics, neither of which is an attractive option.
这可能不是完美的匹配,但如果您还没有看到它们,请查看:
This may not be a perfect match, but if you haven't seen them yet, check out: