export_keynote_to_pdf
Export native Keynote .key files to PDF using macOS Keynote automation. Produces shareable PDF documents from Keynote decks for archival, review, or distribution.
Instructions
Export a native Keynote .key file to PDF using macOS Keynote automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| outPath | No | Where to write the exported PDF. Must stay inside the harvest root unless allowOutsideHarvestRoot is true. Defaults to <harvest root>/<slug>/source/<slug>.pdf. | |
| keynotePath | Yes | Path to the .key file or package to export. | |
| redactionMode | No | ||
| keynoteAppPath | No | ||
| allowOutsideHarvestRoot | No | Explicitly allow outPath to resolve outside the harvest root. Defaults to false: export writes are contained to the harvest root. |