Pdf Jquery Flip Book Plugins
Solution 1:
Take a look here, pdfjs + turnjs: http://www.maxims6n.bget.ru/pdf_books/demo_21.html
Solution 2:
You can use this library to convert PDF to flipbook with jquery. You just need to include the library and call the plugin like this:
<atitle="Demo"subtitle="Test"showdownloadhref="https://heyzine.com/files/uploaded/bf8cb8abcd9f0c6da8680e6bdf1b7bf0cfb7ca51.pdf">example</a><scripttype="text/javascript"src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><scripttype="text/javascript"src="https://heyzine.com/release/jquery.pdfflipbook.1.js"></script><scripttype="text/javascript">
$('a').pdfFlipbook();</script></script>
You can also check the demo here: https://heyzine.com/site/demo
Solution 3:
There are some PDF to flipbook converters/software available which offers Flash and HTML5 both. If anyone tries to access the digital edition on a cell phone or any other platform which do not support flash, then the digital edition automatically serves HTML5 for the best flipping effect.
Not sure if you have tried some of the followings. http://smashfreakz.com/2012/09/jquery-page-flip-book-plugins/http://www.enough.pro/best-5-jquery-flipbook-plugins/
I hope you can customize the code if need additional functionality.
Solution 4:
You could do that with DFlip jQuery Plugin which supports PDF, even in as low as IE8.
It can used very easily with just HTML
<div class="_df_book"source="books/dflip manual.pdf"id="df_test_book"></div>
Or if needed, it can be further customized with JavaScript options.
Solution 5:
A project called "PDF Flipbook" on GitHub uses jQuery with the turnjs and pdfjs libraries to display PDF files in a flipbook style. https://github.com/erayakartuna/pdf-flipbook
Post a Comment for "Pdf Jquery Flip Book Plugins"