Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.54 KB

File metadata and controls

58 lines (36 loc) · 1.54 KB

Features

Zoom

This zoom feature has the ability to view given pdf content in a much larger and smaller view.

Rotate

This rotate feature has the ability to rotate given pdf content based on some angle(as of now 90 degree rotation)

Navigate

This navigate feature will provide the user to jump to any number of page in given pdf content and also able view previous and next page from given page.

Progress

This feature will help us to understand how much percentage (%) of content I have read

Side Menu

This player has the side menu feature like share, download and etc based input config provided.

sample config to enable is

"config": {  
    "sideMenu": { 
      "showShare": true, // show/hide share button in side menu. default value is true
      "showDownload": true, // show/hide download button in side menu. default value is true
      "showExit": false, // show/hide exit button in side menu. default value is false
      "showPrint": true // show/hide print button in side menu. default value is true
    }
}