sandanat / vue-pdf-app

VUEjs v2 PDF viewer based on Mozilla's PDFJS
MIT License
221 stars 100 forks source link

showing only one page of pdf file #79

Closed Sulaiman-SM closed 2 years ago

Sulaiman-SM commented 3 years ago

Please describe a feature/problem. I have use case where I only want to open one specific page instead of the entire pdf file and not allow the user to change it

Describe the solution you'd like Either to show only one page instead of the entire pdf or to hide the scrollbar and disable scrolling functionality

Describe alternatives you've considered I have tried to hide the scrollbar and disable the scrolling functionality, I think I need to try more

sandanat commented 2 years ago

Hi, this can't be done within this package. You can use vue-pdf package, this example

Sulaiman-SM commented 2 years ago

Thanks, great work by the way @sandanat