# Export to PDF.

## Download a Liveboard as a PDF <a href="#download-a-liveboard-as-a-pdf" id="download-a-liveboard-as-a-pdf"></a>

Downloading a Liveboard as a PDF is a convenient way to save and share comprehensive visual data without the need to download each visualization separately. By following a few simple steps, you can generate a PDF that either mirrors the layout of the Liveboard or presents each visualization individually. Here’s how you can do it:

* Navigate to the top menu and click on “Liveboards.”
* From the list, choose the desired Liveboard by clicking its title.&#x20;

<figure><img src="/files/JOKjcyzEjqqOAjA5Em8A" alt=""><figcaption></figcaption></figure>

* Once the Liveboard opens, click on the “More options” menu.
* Select “Download PDF.”&#x20;

In the download window, you’ll have two main format options:

## **Liveboard: This option generates a PDF that consolidates multiple visual answers onto the same page, replicating the layout seen on the Liveboard.**

* Under Format, select Liveboard.
* Under Layout, choose either the Landscape or Portrait page orientation.
* Click on Download.

<figure><img src="/files/3coPucmdHKYqamhHsJb7" alt=""><figcaption></figcaption></figure>

## **Visualizations: This option creates a PDF with each visualization on a separate page.**

* Under Format, select Visualizations.
* Under Layout, choose either the Landscape or Portrait page orientation.
* Under Content, specify if you want the table visuals to end after filling the whole page by selecting the Truncate Tables option.
* Under Visualizations, select the visualizations you want to include in the PDF. Deselect any visualizations you do not want. If your Liveboard has tabs, you can also select or deselect tabs to include in the PDF.
* Select Download.

<figure><img src="/files/DkQW3RLkes034bfzLjog" alt=""><figcaption></figcaption></figure>


---

# 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://tsdocs.vitaracharts.com/readme/export-to-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.
