# PDF files embedded in reports

**Published on October 8, 2025**

![](/files/qkE6xNRqP0fkeWy3ZhD0)

Good news for fans of comprehensive reports — Daxium-Air now lets you embed your PDF documents directly into your reports.

## File attachment field in reports

Thanks to the **file attachment** field, you can automatically insert a preview of the PDF pages into your reports, using the `FileImage` function.

Example syntax:

```
<%FileImage('Fichier', 'All', 600)%>
```

Your PDF is then displayed directly in the report, page by page. Ideal for attaching a contract, an intervention report, or supporting documents.

{% hint style="info" %}
Check out the [Reporting](https://www.center.daxium-air.com/user-documentation/build/building-the-platform/building-the-reporting/) documentation to learn more.
{% endhint %}


---

# 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://www.center.daxium-air.com/news/2025/pdf-files-in-reports.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.
