intbot / ng2-pdfjs-viewer

An angular component for PDFJS and ViewerJS (Supports all versions of angular)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

randyparis opened this issue · comments

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"
>

`