vinodnimbalkar / svelte-pdf

svelte-pdf provides a component for rendering PDF documents using PDF.js
https://www.npmjs.com/package/svelte-pdf
MIT License
196 stars 47 forks source link

How to virtually display all PDF pages next to each other (horizontally or vertically)? #82

Open bluepuma77 opened 1 month ago

bluepuma77 commented 1 month ago

When opening a PDF file on Mac or iPad, usually all pages are next to each other and I can just scroll or swipe to see the next page, either below or on the side. It seems I need to add the buttons with svelte-pdf to navigate to the next page. Is there a way to enable scrolling/swiping (horizontally or vertically) for a more seamless user experience?