Code

Discussion on PDF Viewer jQuery plugin

Discussion on PDF Viewer jQuery plugin

Cart 233 sales

creativeinteractivemedia supports this item

Supported

This author's response time can be up to 2 business days.

36 comments found.

Demo is down. Is this still working? Is it responsive?

Hi, here is the new version https://codecanyon.net/item/real3d-flipbook-jquery-plugin/4281720 The viewer is fully responsive. It includes multiple page flip animations: horizontal slide, vertical scroll, 3d flip and realistic 3d page flip. Cheers

Hello!, you can enable some preloading of the content, with larger files it hangs and shows blank pages, thanks

hi, can we use it for more than one site and domain when we buy it?

Hi,

license is for single domain only (each domain requires new license).

Cheers

Hi. Can I remove/hide all download options? Regards

Hi! I want to test your script on my website. Could you send me some code example before purchase that I could embed on my website/ To see how it works. I need to embed one PDF magazine into landing page. My landing page is made on no code website builder tilda.cc that allows to embed html and js

Hi, does this jquery code still work? If we buy it, once we attach the pdf file, will it look same like this: http://creativeinteractivemedia.com/swipe/ Your nebula PDF? Thanks a lot.

Hi, I suggest that you get this one https://codecanyon.net/item/real3d-flipbook-jquery-plugin/4281720 It also has swipe mode, more features and it has been recently updated.

Cheers

Hello. I just bought this item and configured. I would like to add every 3 pages a banner (can be an iframe or an image). Is it possible? Thank you

Hi, on each page you can add any HTML, as page.htmlContent, like this
...
pages: [
{
src: '2.jpg', 
thumb: 'thumb1.jpg', 
htmlContent: '<iframe src="http://..." style="position:absolute;left:100px;"></iframe>'
},
...
]

Also the select tool doesn’t work. Other buttons work good.

Helo! I would like to know if it is possible to open only one page at a time instead of two? Another question is whether there is a function that saves the last page accessed by the user? Grateful!

Please!

Hi, 1) and 2): it can be done with deep linking. Enable deep linking and set custom prefix, with options
deeplinkingEnabled: true,
            deeplinkingPrefix: 'book1_',
Then you listen to hashchange eventevent
jQuery(window).bind('hashchange', function(e) {
                    var hash = window.location.hash
if(hash.indexOf("book1_") > -1){
var page = Number(hash.replace("book1_", ""))
}
                })
3)
var book = $("#container").flipBook(options)
var $button = $("#yourFullscreenButton").click(function(e){
book.toggleExpand()
})

Thank you very much!

Will this also display DOC, DOCX files as well?

Hi, only PDF and images are supported, you would need to export DOC to PDF first.

This is exactly what I’ve been looking for. I can’t find the technical document on how to use options such as hiding buttons. Also, I would like to know the list of buttons can be hidden. Ideally, I would like to hide all buttons and right click should be disabled from print or save. So it will be fully read-only mode. Is this possible?

Yes it is possible to remove all buttons. Option to disable right click will be added soon.

Thanks for a quick reply. What’s the timeline for the option to disable right click?

Hi, update will be in couple of days.

How can i limit number of pages shown in a PDF file ?

Add to which file?

To options object when you creating flipbook

 jQuery("#book1").swipeBook({
            pdfUrl: 'pdf/example.pdf',
            pageTextureSizeMobile: 1200
        });

Thank you.

I write to you as an e-mail but did’nt answer. Please check your email address! I need a support!

Hi, sorry for the delay. The issue will be fixed in update tomorrow. You can also switch to Real3D Flipbook jQuery plugin which has exactly the same features (swipe mode) plus much more, and it does not have the bug with text selecton.

Can a pin or password be required to view pdf?

Hi, will it work on android app? or perhaps wll it work on webview app? Thanks

I haven’t tested but it should work in webview.

The search engine does not work like the demo, it does not stand out in the place of the word and if I click it it restarts the search https://www.contenidoseducativospublicos.com/deploy/image_swipebook.html

HTML5 and YouTube support?

But will it play a YouTube video and any demo?

Yes, it will play Youtube. I recommend my other plugin Real3D Flipbook which was recently updated and has more features.

Cheers

Features like what?

btnSearch:true, but doesn’t show in toolbar

Hi, search is available only if you have PDF as source for pages (options.pdfUrl), not if you have images.

Hello,

when i start the pdf viewer the menu “table of content” is open. How can i start the plugin with the menu being closed please?

Thanks for your support

Sorry I wrote the wrong option by mistake, it should be

contentOnStart : false

Cheers

Nope, doesn’t change anything. _

My fault. Had to clear cache. Yes, that worked! Thank you! :)

Plugin doesn’t work. Just on Firefox locally the “deploy/index.html” works. Online, neither deploy index nor the non minified javascript datas from “Source” work

Your documentation doesn’t describe how to implement which js-data where to use and what for.

Found the problem: your using a jQuery version, that is buggy.

Hiii, Plz check my email .. PDF is not working in lightbox.. It’s direct downloading..http://sangamgroup.com/45678/lightbox.html

Ok which browser / OS are you using? I cannot reproduce the bug, I can see the viewer normally, PDF does not download.

It’s a Firefox, opera or google chrome… I have send u a screenshot via mail.. Kindly check…

Also, your demo is working fine…http://creativeinteractivemedia.com/swipe/ here..

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey