> ## Documentation Index
> Fetch the complete documentation index at: https://docs.presenton.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Export and share

> Download an editable PowerPoint presentation or a fixed-layout PDF.

Export uses the presentation you have already reviewed and saved.

```mermaid theme={null}
%%{init: {"themeVariables": {"fontSize": "17px"}, "flowchart": {"curve": "linear", "nodeSpacing": 45}}}%%
flowchart LR
  Deck[Finished deck] --> Choice{Choose a format}
  Choice --> PPTX[Editable PPTX]
  Choice --> PDF[Share-ready PDF]
  classDef step fill:#F4F0FF,stroke:#6D4AFF,stroke-width:2px,color:#201547;
  class Deck,Choice,PPTX,PDF step;
```

Choose PPTX when someone needs to continue editing. Choose PDF when visual consistency is more important than editability.

## Review before sharing

* Open the exported file once.
* Check fonts, line wrapping, charts, tables, and image crops.
* Confirm that important elements remain inside the slide.
* Verify names, numbers, and source-based claims.

The export runtime is bundled with Presenton and runs as part of the local application. Persist `/app_data` so generated files survive container replacement.
