I need to display a PDF like a magazine without using an iframe. I want to use a library or a solution that can be integrated and run locally in a Vue.js project.
Here are some specifics of what I’m looking for:
- The PDF should be displayed with a page flip effect, similar to a magazine.
- It should be possible to navigate through the pages smoothly.
- The solution should not rely on iframes.
- It should work well within a Vue.js framework.
- Preferably, the solution should be lightweight and not require server-side processing.
I have already tried using some existing libraries like pdf.js
, but they do not provide the magazine-like page flip effect that I need.
Do you know any libraries or methods to achieve this?
Thanks in advance for your help!
I have already tried using Issuu, but I don’t like it because it’s not customizable enough.