ansu5555 / pdf-viewer-reactjs

A simple PDF viewer for React js
https://ansu5555.github.io/pdf-viewer-reactjs/
MIT License
140 stars 65 forks source link

Continuous scroll as an alternative to using the navbar to switch between pages #83

Open MihaiAnton opened 3 years ago

MihaiAnton commented 3 years ago

Is your feature request related to a problem? Please describe. I have a 2 page CV, with little content on the second page. It would be nice to view it as a continuous scroll instead of having to click on the next page.

Describe alternatives you've considered I've tried using two instances of PDFViewer, one for each page, but each would independently scroll and would lead to weird behavior.