> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/sharing-and-exporting/how-to-export-a-journey-map-as-pdf.md).

# How to export a journey map as PDF

To export a journey map, open it in the editor, click the **download** icon in the top-right corner, choose which features to include, and click **Export to PDF**. The file downloads automatically once it's ready. PDF is the only export format for journey maps.

{% hint style="warning" icon="list-check" %}

#### Prerequisites

Clear any active filters first. While a filter is applied, the **download** icon is greyed out and export is unavailable. See [How to filter a journey map](/journey-maps/filtering-and-views/how-to-filter-a-journey-map.md) for the **Clear** and **Clear all** controls.
{% endhint %}

#### How to export the journey map

{% stepper %}
{% step %}
**Open the export options**

In the journey map editor, click the **download** icon in the top-right corner, near the version history and favourite icons. The **Export journey map** modal opens.
{% endstep %}

{% step %}
**Choose what to include**

Tick the features you want in the export. All six are off by default, so an export with nothing ticked gives you the map on its own.

<figure><img src="/files/cMWjVksBTRrarAdFAlPJ" alt="The Export journey map modal with the subtitle Select features to include in your export, six unchecked checkboxes labelled Journey description, Persona legend, Performance indicator, Coordinator, Tags, and Portfolio items, and Cancel and Export to PDF buttons."><figcaption><p>Export journey map, all features unchecked</p></figcaption></figure>

Each option adds one element to a header section above the map:

* **Journey description** - the description from the journey information panel
* **Persona legend** - the personas used on the map and their colours
* **Performance indicator** - the map's status (Healthy, Monitored, or Attn needed)
* **Coordinator** - the assigned coordinator
* **Tags** - the tags applied to the map
* **Portfolio items** - the summary of portfolio items, with counts and progress per type
  {% endstep %}

{% step %}
**Export and wait for the download**

Click **Export to PDF**. An **Export complete** dialog with **Your export is ready** appears when the file is done, and the PDF downloads automatically. Click **Close** to dismiss the dialog.

<figure><img src="/files/cVobPxaIqY0vYTcseb0y" alt="The Export complete dialog showing a green checkmark, the text Your export is ready, and a Close button."><figcaption><p>The PDF downloads on its own once it's ready</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

#### **Important: Don't edit the map while it's exporting**

Changes you make during export may end up in the file. Wait for the **Export complete** dialog before touching the map again.
{% endhint %}

#### What the PDF includes

The PDF shows the full journey map exactly as it appears in the editor: every visible lane, card, stage, and step, plus any features you ticked in the export options. The journey information section is always included.

The layout fits automatically, so there are no page-size, orientation, or scale settings to choose:

* The full width of the map always fits on a single page.
* Very large maps (around 50 columns or more) scale down to fit that width.
* Spanned cards are never split across a page break.

If your account has a branding logo configured, it appears on the PDF. To set or change it, see [How to set up custom branding](/account-and-team/customization/how-to-set-up-custom-branding.md).

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Article</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to set up custom branding</strong></td><td>Add the logo that appears on PDF exports and shared maps.</td><td><a href="/pages/EKjozESfgG8Y8qnOvKPa">/pages/EKjozESfgG8Y8qnOvKPa</a></td></tr><tr><td><strong>How to share a journey map via HTML link</strong></td><td>Create a read-only public link instead of a downloadable file.</td><td><a href="/pages/pIllWy9tostqqZvqoymz">/pages/pIllWy9tostqqZvqoymz</a></td></tr><tr><td><strong>How to filter a journey map</strong></td><td>Apply and clear filters, including the filters you clear before exporting.</td><td><a href="/pages/TvWyNP7bpL7PzUBbgLJ2">/pages/TvWyNP7bpL7PzUBbgLJ2</a></td></tr><tr><td><strong>How to export portfolio to CSV</strong></td><td>Export portfolio items as a spreadsheet, the other export path in Smaply.</td><td><a href="/pages/EWpdFIYYJJJqGy3W0gDt">/pages/EWpdFIYYJJJqGy3W0gDt</a></td></tr></tbody></table>


---

# 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://helpdesk.smaply.app/sharing-and-exporting/how-to-export-a-journey-map-as-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.
