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

Remove header toolbar #133

Closed faizaldong closed 2 years ago

faizaldong commented 3 years ago

Hi Maintainer,

As title mentioned, in your library is there any variable that we can pass to remove the top toolbar? I want the library to display the pdf only without the toolbar at the top. I had try to set all necessary variable to false, but only few button got hide.

thank you.

Screenshot 2021-03-16 at 9 36 44 AM
codehippie1 commented 3 years ago

@faizaldong You may use simple javascript visibility:hidden to achieve this. Better yet - jQuery would be a breeze. I will keep this in backlog as a nice to have and will get to it eventually as time permits. Also - Please send in a pull request with this feature implemented - would be happy to merge

codehippie1 commented 2 years ago

Closing as out of scope