> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/reports-tab/reports/saving-reports-as-pdfs.md).

# Saving Reports As PDFs

## Saving a Report

The two size options are US Letter standard 8.5"x11" & the European standard A4 (8.3" x 11.7"). Below are the steps to save a single Report or to save multiple Reports as PDFs:

<details>

<summary>Step 1: Select a Report</summary>

Select the Report you want to save and click on the kebob icon next to it. Then click "Save as PDF" from the menu. It will then appear in your downloads folder.

</details>

<figure><img src="/files/3Qdqq12kOIbhN1CgXd2m" alt=""><figcaption><p>On the Report you want to save, click "Save as PDF.</p></figcaption></figure>

<details>

<summary>Step 2: Select multiple Reports</summary>

Select the Reports you want to save by ticking the check box next to them. Then click "Save as PDF" from the menu. It will then appear in your downloads folder.

</details>

<figure><img src="/files/dH3p6DMbFLvMvEJlbGXR" alt=""><figcaption><p>Select the Reports you want to save and then click save as PDF to have them saved in your downloads folder.</p></figcaption></figure>

## Letter Formatting & A4 Formatting For Reports

<div><figure><img src="/files/GrQlwLp6A7VzzpY8LV2D" alt=""><figcaption><p>Example of US standard letter formatted sizing.</p></figcaption></figure> <figure><img src="/files/fL2RSSReud12iayHQbY4" alt=""><figcaption><p>An example of a European standard A4 formatted sizing.</p></figcaption></figure></div>

Saving a Report is crucial to be able to share information, now that we have this under our belt let's take a look at how to share links to Reports. Click "Next" to continue.


---

# 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://docs.testfiesta.com/reports-tab/reports/saving-reports-as-pdfs.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.
