> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/forms/fields-toolbox/basics/pdf.md).

# PDF

**Category:** Field

**Version:** 1.0

**Last Updated:** June 18, 2026

**Author:** Any2Info

***

### Description

The **PDF** field allows for controls to display a PDF file, either static or originating from a document service.

***

### General Properties

The **PDF** field \*\*\*\*inherits general Control Properties such as ‘Border color’, ‘Border thickness’ and ‘Border radius’.

***

### Special Properties

The **PDF** field has a few special properties unique to it. These include:

| Name                                                                           | Value                                                                      | Explanation                                                                                                                             |
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| File source                                                                    | *Document service* or *Fixed file*                                         | Determines additional properties                                                                                                        |
| Document Service                                                               | A document service set in the *Tools* section of the *Platform*            | Determines the source of the file                                                                                                       |
| File identifier                                                                | If *File source* is set to *Document service* this value is free text.     |                                                                                                                                         |
| If *File source* is set to *Fixed file* this value will be a picker for a file | Either something to identify the external file with, or a fixed file value |                                                                                                                                         |
| Graphical mode                                                                 | True/False                                                                 | **DESKTOP ONLY**: Render PDFs faster and better                                                                                         |
| Advanced preview                                                               | True/False                                                                 | **DESKTOP ONLY**: Advanced PDF features will be enabled, this will impact loading times                                                 |
| Text (navigator)                                                               | Text                                                                       | The text that is displayed at the bottom of the PDF view, where {0} correlates to the current page and {1} to the total amount of pages |
| Background (navigator)                                                         | Color                                                                      | The background color of the Navigator part of the PDF view                                                                              |
| Font color (navigator)                                                         | Color                                                                      | The font color of the Navigator part of the PDF view                                                                                    |

***

### Tips & Best Practices

* When using an external file test if the File identifier works properly and doesn’t try to download a non-existing file

***

### Examples

Below is a basic example of a **PDF** field where the Navigator text, background and font color are changed.

<div align="left"><figure><img src="/files/sdjm1WHLfDe34a92ewEI" alt=""><figcaption></figcaption></figure></div>

***

### Changelog

| **Version** | **Date**      | **Change**                       |
| ----------- | ------------- | -------------------------------- |
| 1.0         | June 18, 2026 | Initial document & documentation |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/forms/fields-toolbox/basics/pdf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
