# Export / Print a Map

You can export the map in various formats in order to print it or insert it into other documents.\
Configuration tools are available in the **Export / Print** panel.

To open the **Export / Print** panel, click the **Export / Print** button <img src="/files/RrPBrMxQBGRACdiQCcOJ" alt="" data-size="line">.

## The Export / Print Panel

The panel includes the following configuration options:

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

**Title** – Enter the map title. It is displayed in real time in the preview.

**Subtitle** – Enter the map subtitle. It is displayed in real time in the preview.

**Paper Size** – Select the paper size from the dropdown list. The layout updates in real time.

**Scale** – Enter a scale value. The map updates in real time. You can also adjust the scale directly in the map interface.

**Orientation** – Select the paper orientation from the dropdown list: **Portrait** or **Landscape**. The layout updates in real time.

**File Type** – Select the export format from the dropdown list: **PNG**, **JPEG**, or **PDF**.

**Date** – Select this option to display the date on the map.

**North Arrow** – Select this option to display the north arrow on the map.

**Scale Bar** – Select this option to display the scale bar on the map.

**High Resolution** – Select this option to export the file in high resolution.

The frame displayed in the center of the map interface represents the area that will be exported. It is fixed, and its dimensions vary depending on the selected paper size and orientation.

## Export the Map

1. Configure the desired options in the **Export / Print** panel.
2. Move the map and adjust its scale so that the desired data appears within the export frame.
3. Click **Download** to export the map in the selected format.

{% hint style="info" %}
The exported file name consists of the map title followed by the project name.
{% 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://docs.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/i-want-to.../export-print-a-map.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.
