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.

Hi,

Pre-sale question.

1. The bottom right Expand Icon, what is the function? is not doing anything on the demo

2. I have hyperlinks on my PDF, will it still work?

3. Can I set the Thumbnails appear on the bottom bar rather on the left hand side?

Thanks.

Fullscreen button triggers browser fullscreen, except on older iOS where fullscreen is not supported, but instead expands to full browser size. WordPress plugin is here https://codecanyon.net/item/real3d-flipbook-wordpress-plugin/6942587

Hi, can the full screen to be 100% full, even the address bar is hidden? See Screenshot : https://ibb.co/vzcdDW1

Unfortunately iOS doesn’t fully support browser fullscreen API it is not possible to make browser fullscreen with button click on iOS

It’s working only on document ready
jQuery(document).ready(function() {
        jQuery("#book1").swipeBook({

            pdfUrl: "pdf/example.pdf",

            lightBox:true

        });

    });
If I added to event does not work
    jQuery(document).ready(function() {
        jQuery('#test').click(function() {
            jQuery("#book1").swipeBook({

                pdfUrl: "pdf/example.pdf",

                lightBox:true

            });
        });

    });
Function
swipeBook()
only creates lightbox instance, you also need to click on element #book1 to open the lightbox, or use option
lightBoxOpened:true

Cheers

Hello

nice, but if you add with pdf viewer an ability to edit the content itself.

Hi,

We want to highlight searched text in yellow color like google Ctrl+F,

Is it possible

Please support us

Hi, text highlight style is defined in css/flipbook.style.css
.flipbook-textLayer mark {
    background: #ff0;
    opacity: 0.3;
    color: transparent;
}
It as basically a div with transparent text that is only used for selection and yellow background. Visible text is rendered on canvas that is below transparent text. You could change that to
.flipbook-textLayer mark {
    background: #ff0;
}
but then text will look different because styles are not applied to transparent text layer.

Cheers

I have found some problems: the uncompressed file: flipbook.js does not work. The Select Tool button is missing. I can not find information to use the plugin with several PDF files.

$(”.book1”)

represents your button ( element that opens lightbox on click) so button should have that css class.

The button works since it has the necessary class, I have even managed to show the first link to the pdf first of the table with this code: <?php $row = mysqli_fetch_assoc($resultado) ?>

 ">
    

<?php echo $row["boton"] ?>

<script type=”text/javascript”> jQuery(document).ready(function() { var options = {lightBox:true, pdfUrl: ”<?php echo $row[“ruta”] ?>”} $(”.<?php echo $row[“boton”] ?>”).swipeBook(options) }) </script>

I need to be able to loop to show the other links in the table.

Please send the link and I will check, you can email me at my profile page.

Hi! I’m having trouble in loading pdf files. Some PDF files are not loading. I can send PDF files if you can see what’s wrong with the code or PDF issue.

Hi, please send the link so I can check. You can email me at my profile page.

Cheers

It’s possible to add effect FLIP? because the pages just slide.

Hi, flip is available in my other item https://codecanyon.net/item/real3d-flipbook-jquery-plugin/4281720 If you want to switch you can buy that one and get a refund for this one.

Cheers

Hi, I have it installed on an SSL and it does not work, can you tell me why?

Hi, please send the link so I can check.

Cheers

I’m not clear, this version has only swipe mode? still able to be flip mode as other version because I need it, how can add this function?

Hi, this has only swipe. Real3D Flipbook has flip and swipe.

can I see them as a library, as well as the demo?

You need to make your own book shelf with covers, then you can set each cover to open flipbook in lightbox mode.

Cheers

fantastic work on this, good job :) i wish you all the best for sales ;)

Great work! I wish you big sales! :-)

Great Work, Congratulations GLWS :)

Awesome Work! Good Luck With Sale :)

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