@project-sunbird/sunbird-pdf-player-v8
TypeScript icon, indicating that this package has built-in type declarations

4.0.14 • Public • Published

Sunbird PDF Player

Player for playing pdf contents for sunbird applications

prerequisite

Node version > 12

Usage

npm i @project-sunbird/sunbird-pdf-player-v8

Add the module to the your player root module

import { SunbirdPdfPlayerModule } from '@project-sunbird/sunbird-pdf-player-v8';

@NgModule({
  ...
  imports: [
    ...,
    SunbirdPdfPlayerModule
  ]
})

add the assets in angular.json file

....
 "assets": [
              "src/favicon.ico",
              "src/assets",
              {
                "glob": "**/*",
                "input": "node_modules/@project-sunbird/sunbird-pdf-player-v8/lib/assets/",
                "output": "/assets/"
              }

...

add peer dependecies of the player as dependecies in your project

add the component selector in your component like below

            <sunbird-pdf-player 
             [playerConfig]="pdfPlayerConfig" (playerEvent)="pdfEventHandler($event)"
             (telemetryEvent)="telemetryEvent($event)"
            ></sunbird-pdf-player>

Still facing issues please refer the demo project in this repo as example

Development

check out this repo with latest release version branch

cd to {repo_path} in terminal

run sh setup.sh

above script installs the dependecies and link the pdf player library project to demo app

if you do any changes in library project run to get latest changes in demo app

npm run build-lib-link

once above command completed run npm run start which will run the player in demo app at http://localhost:4200

References

https://github.com/mozilla/pdf.js/wiki/Debugging-PDF.js#url-parameters

Package Sidebar

Install

npm i @project-sunbird/sunbird-pdf-player-v8

Weekly Downloads

3

Version

4.0.14

License

MIT

Unpacked Size

3.39 MB

Total Files

227

Last publish

Collaborators

  • rajnish_d
  • nikunj.beladiya
  • vivek-kasture
  • shruti.samagra
  • ankit-thoughtworks
  • palla.kartheekreddy
  • venkateshwaran
  • ekstep-engg
  • harishgilimi
  • vinukumar_vs