Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.46 KB

File metadata and controls

68 lines (44 loc) · 1.46 KB

Features

Navigate

This navigate feature will provide the user to jump to any number of pages in given pdf content and also be able view previous and next pages from a 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.

  • Share:
    This share feature is used to help share content link. and the default value is false.\

    sample config to enable is
    ****

    "config": { 
        "sideMenu": { 
          "showShare": true, // show/hide share button in side menu. default value is false     
        }
    }
    


    \

  • Download
    ****This download feature helps to download content and the default value is false.\

    sample config to enable is
    ****

    "config": {
         "sideMenu": {      
          "showDownload": true, // show/hide download button in side menu. default value is false  
        }
    }
    

    ****
    ****