Jquery Flipbook上传PDF [英] Jquery Flipbook to upload PDFs

查看:268
本文介绍了Jquery Flipbook上传PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Iam使用Builtbywill Flipbook。

Iam using Builtbywill Flipbook.

<div id="mybook">
    <div title="This is a page title"> 
       <img src="image1.jpg"/>
    </div>
    <div> 
       <img src="image2.jpg"/>
    </div>
    <div title="This is another title"> 
        <img src="image3.jpg"/>
    </div>
    <div> 
      <img src="image4.jpg"/>
    </div>       
    <div> 
       <img src="image5.jpg"/>
    </div>
</div>

JQuery

  $(function() {
    $('#mybook').booklet({
        menu: '#custom-menu',
        pageSelector: true
    });
});

可以使用Jquery或某些方式直接将PDF上传到Flipbook,而不是使用Images ?请帮我。
我正在使用 http://builtbywill.com/code/booklet 插件。

Instead of using Images, is it possible to directly upload the PDF to the Flipbook using Jquery or some how?Please help me. I'm using http://builtbywill.com/code/booklet plugin.

推荐答案

这里是关于使用turn.js创建pdf flipbook的问题pdf.js。您将获得此处的示例。可以在此处找到pdf.js和turn.js之间的粘贴文件。很可能是 修改 pdf.js库,如中所述问题。要注意这一点。

Here is the issue regarding creating pdf flipbook with turn.js and pdf.js . You will get an example here . The glue file between pdf.js and turn.js can be found here. Most probably he modified pdf.js library as stated in the issue.So be aware of that.

这篇关于Jquery Flipbook上传PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆