Does anyone know of a way that I would be able to show page flipping for a pdf (book) without having to go to a third party service. By show a page flipping I do mean the user can control turning the pages.
Honestly, I dont care if it animates on page flip, but I do want to show the book across the screen and let the user change pages.
Extra points if anyone can see how to make the screen show two pages side by side on a computer and only show one on a phone. Wishful thinking? Aahah
I have researched all of them and they all have very intense limitations, like on a phone it wont go full screen, meaning it is hard to read.
That is what I am looking for. There are many services that accomplish that, but none that offer two critical things in their basic tiers. I want to be able to go full screen on a phone and I want it white label.
There are some that do one of each, but not both. Another developer found one that does both, but only in their enterprise tier. That was like 200 per month. Ahah.
I just built a server side plugin that is a thin wrapper around the Mozilla supported Node.js library pdfjs-dist. For now this is strictly to extract text and metadata on server side data processing. It is possible to expose the client side of pdfjs-dist through elements. If you want to discuss a possible development direction contact me through my support email.
I like both of those. The one I mentioned before and that one. If you come to a solution, I would love to pay you to implement it on my app. If that is something you would like to do.
The one that Lantz mentioned is cool! But it requires you to enter raw text and images and then converts that to a flip book.
The second one I mentioned involves a license key or a watermarked and limited flip book. Other than that it’s really straightforward and easy to use.
Seems like the idea would be to essentially cut the PDF into pages. Put each page onto its own canvas. And then flip between canvases with flip JS. I am still interested in solving this because it’s a cool plug-in in a cool idea. I’m gonna keep looking