hey all,
hope all is well and good 🙂
Wonder if someone could point me to the right direction plz. i need build flip book from a pdf.... i am not sure what the best tech stack to use here.
At first i thought i can use something like pdf2pic npm package, convert each page to an image .. then use CSS and JS to add some fancy animation/transition - BUT the issue here i can not select the text or click on links (content page).
Then i came across pdf.js but this again uses canvas , ideal i want plain html on the page.... the end goal is build something like this online.flippingbook.com/view/309034/6-7/ 🤔
any suggests?
thanks