> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Export to PDF, Word, and Markdown

> Export individual documents to PDF, Word, Markdown, and other formats.

Craft allows you to export your documents in various formats, making it easy to share, back up, or move your content to other platforms. Exporting is available across **iOS, Mac, iPad, Web, and Windows**, with some format differences depending on the platform.

## How to export a document

<Steps>
  <Step>
    **Open the document** you want to export.
  </Step>

  <Step>
    **Click on the Share button** in the top-right corner.
  </Step>

  <Step>
    **Select Export As**.
  </Step>

  <Step>
    **Choose the desired export format**.
  </Step>
</Steps>

<img src="https://mintcdn.com/craft-support/bXGV3J9qfsAQZqJz/images/import-and-export/export/document/en/content/export-menu.png?fit=max&auto=format&n=bXGV3J9qfsAQZqJz&q=85&s=e8a6f2ac2be773bf90a430c128b70df5" alt="Export menu showing format options" width="503" height="475" data-path="images/import-and-export/export/document/en/content/export-menu.png" />

## Available export formats

The available formats vary depending on which platform you're using:

<Tabs>
  <Tab title="macOS">
    * **PDF (.pdf)** – Ideal for sharing a formatted, print-ready version of your document.
    * **Microsoft Word (.docx)** – Exports a Word-compatible file for further editing.
    * **Image (.png/.jpeg)** – Converts the document into an image.
    * **Markdown (.md)** – Retains structure and basic formatting for use in other apps.
    * **TextBundle (.textbundle)** – Exports Markdown along with embedded images and attachments.
    * **Email** – Sends the document directly via email.
  </Tab>

  <Tab title="iOS">
    * **PDF (.pdf)** – Ideal for sharing a formatted, print-ready version of your document.
    * **Microsoft Word (.docx)** – Exports a Word-compatible file for further editing.
    * **Image (.png/.jpeg)** – Converts the document into an image.
    * **Markdown (.md)** – Retains structure and basic formatting for use in other apps.
    * **TextBundle (.textbundle)** – Exports Markdown along with embedded images and attachments.
    * **Email** – Sends the document directly via email.
  </Tab>

  <Tab title="Windows">
    * **PDF (.pdf)** – Print-friendly export format.
    * **Image (.png/.jpeg)** – Exports the document as an image file.
    * **Markdown (.md)** – A structured text format for cross-platform use.
    * **TextBundle (.textbundle)** – Exports Markdown along with embedded images and attachments.
  </Tab>

  <Tab title="Web">
    * **PDF (.pdf)** – Print-friendly export format.
    * **Microsoft Word (.docx)** – Exports a Word-compatible file for further editing.
    * **Image (.png/.jpeg)** – Exports the document as an image file.
    * **Markdown (.md)** – A structured text format for cross-platform use.
    * **TextBundle (.textbundle)** – Exports Markdown along with embedded images and attachments.
  </Tab>
</Tabs>

## PDF export options

When you export a document as PDF, Craft opens an export sheet with options for paper size, font size, and what to include in the output. The available toggles and defaults differ slightly between platforms.

<Tabs>
  <Tab title="macOS / iOS">
    | Option              | Type                     | Default              |
    | ------------------- | ------------------------ | -------------------- |
    | Paper Size          | Dropdown (A4, Letter, …) | A4                   |
    | Font Size           | Dropdown (Regular, …)    | Regular              |
    | Hide Document Title | Toggle                   | Off (title is shown) |
    | Show Page Numbers   | Toggle                   | Off                  |
    | Show Watermark      | Toggle                   | Off                  |
    | Hide Tags           | Toggle                   | Off (tags are shown) |
    | Use Style           | Toggle                   | On                   |
    | Dark Mode           | Toggle                   | Off                  |

    Tap **Save As…** to finish the export.
  </Tab>

  <Tab title="Web / Windows">
    | Option              | Type                     | Default |
    | ------------------- | ------------------------ | ------- |
    | Page Size           | Dropdown (A4, Letter, …) | A4      |
    | Font Size           | Dropdown (Regular, …)    | Regular |
    | Show Document Title | Toggle                   | On      |
    | Show Page Numbers   | Toggle                   | Off     |
    | Show Watermark      | Toggle                   | On      |
    | Use Style           | Toggle                   | On      |
    | Dark Mode           | Toggle                   | Off     |

    Click **Export to PDF** to download the file.
  </Tab>
</Tabs>

<Info title="Watermark default differs by platform">
  On Web and Windows, the **Show Watermark** toggle is on by default. Turn it off in the export sheet if you don't want the Craft watermark on the bottom of the PDF. On macOS and iOS the watermark is off by default.
</Info>

<Info title="Excel Table Tip">
  To export or copy tables made in Craft to Excel:

  1. Export the document or page from Craft to Word.
  2. Copy the desired table in Word, paste it into Excel.

  Copying a table from Excel to a Craft page should work without any workarounds.
</Info>

## Exporting multiple documents at once

Bulk exporting multiple documents at once is only available on **Mac and iPad**. The available formats for bulk export are:

* **Markdown (.md)**
* **TextBundle (.textbundle)**
* **PDF (.pdf)**

### How to bulk export multiple documents

<Steps>
  <Step>
    **Navigate to a folder** that contains the documents you want to export.
  </Step>

  <Step>
    **Select multiple documents** by tapping and holding (iPad) or using **Shift + Click** (Mac).
  </Step>

  <Step>
    **Tap the three-dot menu (⋯)** in the top-right corner.
  </Step>

  <Step>
    **Select Export As**, then choose a format.
  </Step>
</Steps>

<img src="https://mintcdn.com/craft-support/bXGV3J9qfsAQZqJz/images/import-and-export/export/document/en/content/export-folder-menu.png?fit=max&auto=format&n=bXGV3J9qfsAQZqJz&q=85&s=d362769d57042dd87eba83933ab9ee5d" alt="Folder export menu" width="1122" height="628" data-path="images/import-and-export/export/document/en/content/export-folder-menu.png" />

## Sharing vs. exporting

* If you want to **collaborate on a document**, consider using **Share Links** instead of exporting. This allows others to view or edit the document in Craft.
* You can also publish documents online via **Public Links** for easy sharing.

## Best practices for exporting

* Use **PDF or Word** for professional document sharing.
* Choose **Markdown or TextBundle** for cross-platform compatibility.
* **Batch export** multiple documents for backups or migrations (Mac & iPad only).
* **Check formatting** after exporting to ensure all elements appear correctly.

By using Craft's export features, you can seamlessly move and share your content in the format that works best for you.
