intbot / ng2-pdfjs-viewer

An angular component for PDFJS and ViewerJS (Supports all versions of angular)
Apache License 2.0
228 stars 113 forks source link

pagemode="false" doesn't work - sidebar is still there (Chrome) #245

Closed randyparis closed 8 months ago

randyparis commented 8 months ago

I'm testing my own pdf in 1/2/24 example app - inline section and trying to omit the sidebar/thumbnails/etc from viewer, but pagemode="none" property doesn't seem to be working. `

<ng2-pdfjs-viewer pdfSrc="Angeline_PW.pdf" viewerId="inline"

inlinePdfViewer pagemode="false" [print]="false" [fullScreen]="false"

                [find]="false" [print]="false" [download]="false"
                [showSpinner]="true" [openFile]="false"
                [find]="false" [rotatecw]="false"
                [rotateccw]="false" cursor="hand"
                ></ng2-pdfjs-viewer>

`