# PDF Player - v1

## Overview

Pdf Player is used to play the pdf files and user can navigate and see the page numbers of the pdf file page. The pdf file can be renderer online and offline.

#### Mime type

```
 mimeType: "application/pdf"
```

## **Configuration**

Below is the configuration metadata to render/play pdf content:

```
"metadata": {
    mimeType: "application/pdf",
    artifactUrl: "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/do_21310354431597772814733/artifact/pdf_13.pdf"
    contentType: "Resource",
    identifier: "do_21310354431597772814733"
    mediaType: "content",
    streamingUrl: "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/do_21310354431597772814733/artifact/pdf_13.pdf"
}
```

## Features

1. **Jump to page**\
   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\
   ![](https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FfwGhxq3vjs5lbA7eAGMd%2Fjumptopage.png?alt=media\&token=8b181ca0-bac0-4cc7-b78a-d78cbd7a1929)

**2. Download pdf**

User can download the pdf content by clicking on the download icon

![](https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FgAQUFaV82gY5kiQQGLmM%2Fdownload.png?alt=media\&token=8fe603a9-9634-40dc-b7b0-2c1c024b780e)
