DingRui12138 / vue-pdf-viewer

MIT License
17 stars 11 forks source link

[Feature Request] Allow hiding of page pane & default zoom level #2

Closed Turbine1991 closed 2 years ago

Turbine1991 commented 2 years ago

I'm not sure if either are possible, but would it be possible to hide the page pane so only the page is visible?

DingRui12138 commented 2 years ago

Arrange it as soon as possible

Turbine1991 commented 2 years ago

Thank you so very much! Will this make it dynamically zoom to fill the width of the page to the width of the element?

DingRui12138 commented 2 years ago

I'll add a full-screen mode. In full-screen mode, the page width is automatically full. But it will be two days later.

DingRui12138 commented 2 years ago

@Turbine1991 Add settings prop.

Usage

<PDFViewer :settings="{ defaultZoom: 200 }" :controls="controlsWithoutCatalog" ... />