寻找 HTML5 / Javascript PDF 翻页器

发布于 2024-12-17 20:28:20 字数 365 浏览 3 评论 0原文

我正在寻找能够显示 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谎言月老 2024-12-24 20:28:20

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.

灼疼热情 2024-12-24 20:28:20

这可能不是完美的匹配,但如果您还没有看到它们,请查看:

  1. Mozilla 的 PDF 渲染器JavaScript
  2. Scribd 的查看器现在采用 HTML5SlideShare 的。也许他们的商业产品适合您
  3. DocumentCloud 可能有您可以使用的东西,或者拥有构建它的专业知识你就是你想要的样子

This may not be a perfect match, but if you haven't seen them yet, check out:

  1. Mozilla's PDF renderer in JavaScript
  2. Scribd's viewer is now in HTML5, as is SlideShare's. Maybe their commercial offering will work for you
  3. DocumentCloud may have something you can use, or have the expertise to build it for you the way you want
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文