# Pdf

The 'PDF' component is used to display PDF documents.

## Properties

| Property  | Value Sample         | Value Type | Description                                                                    |
| --------- | -------------------- | ---------- | ------------------------------------------------------------------------------ |
| Name      | pdf1, pdf2           | string     | Specifies the name or identifier of the PDF component.                         |
| Path      | path/to/document.pdf | string     | Specifies the path or location of the PDF document.                            |
| Path Type | base64               | string     | Specifies the PDF path type: n/a, URL, base64, temporaryFile, permanentFile.   |
| Zoom      | 1, 2, 3              | number     | Specifies the initial zoom level of the PDF document.                          |
| Scale By  | auto                 | string     | Specifies the type of scale for the PDF document: n/a, auto, height, width     |
| Page      | single               | string     | Specifies the type of page display for the PDF document: n/a, single, multiple |
| Page No.  | 3                    | number     | Specifies the starting page number to display in the PDF document.             |

## Related Actions

N/A

## Example Uses

N/A


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/004-ui-components/general/pdf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
