Skip to content

Handoff Bundle

The Handoff ZIP bundles the most common export formats of one language version of a deck into a single download, for people who do not use Deckyard: a client, a venue, a colleague who needs a copy to present from.

Export dropdown showing all formats including PDF, PNG, PPTX, HTML, JSON, Notes, and Handoff ZIP for both languages

  1. Open your presentation in the editor
  2. Click Export in the top bar (it is also available from the Share dialog)
  3. Choose the language version at the top of the dialog, if the deck has more than one
  4. Click Handoff ZIP under Data & bundle

Deckyard renders every format on the server, so a large deck can take a while. The ZIP always contains all of the files below; there are no options to leave formats out.

handoff.pdf
handoff.pptx
handoff.html
notes.md
notes.docx
README.md
png/
├── slide-01.png
├── slide-02.png
└── ...
FileWhat it is
handoff.pdfOne slide per page, 16:9
handoff.pptxPowerPoint file in which each slide is an image; see PowerPoint Export
handoff.htmlThe deck as one self-contained web page with its own slide navigation
png/One image per slide
notes.md, notes.docxThe speaker notes as Markdown and as a Word document
README.mdTitle, language, slide count and image scale, plus a short description of the files

Follow-along invite slides are left out of every file, because they only mean something during a live session.

Nothing in the Bundle Is Editable Slide Content

Section titled “Nothing in the Bundle Is Editable Slide Content”

The PDF, the PNG images and the slides in the PowerPoint file are all pictures of the rendered slides. They look exactly like the deck, but the text cannot be edited in PowerPoint or another slide tool. The only exception is video slides in the PowerPoint file, which are handled as described in PowerPoint Export. In the PDF and PNG files a video slide is a static placeholder.

Someone who needs to change the content needs access to the deck in Deckyard, or a JSON or .deck export for a technical handover.

The PDF, the PNG images and the PowerPoint file need no network: images, including ones linked from other websites, are captured when the bundle is made.

The HTML file carries most of what it needs inside itself. Opened straight from disk, without a server, it still shows:

  • Uploaded images and images from your image library
  • The theme’s fonts, if they are built into Deckyard or uploaded
  • Icons, code highlighting and math formulas
  • Slide navigation, fullscreen and auto-advance

Some things stay on the network, so check them before you rely on the HTML file without an internet connection:

  • Images linked by URL from another website are not embedded in the HTML file and do not show offline.
  • Fonts from Adobe Fonts, Monotype or Google Fonts, loaded through a link in the theme, need a connection; offline, the browser falls back to another font.
  • Videos from YouTube, Vimeo or Bunny Stream are streamed and do not play offline.
  • Polls, Q&A and follow-along need a live session on your Deckyard instance. A downloaded file cannot collect votes or questions.

For presenting without a connection, the PDF and the PowerPoint file are the safest choices.

The slide images in png/ and in the PowerPoint file are rendered at twice the 1600 × 900 slide canvas. The export API accepts a scale parameter from 1 to 3; the export dialog always uses the default.

ScaleResolution
11600 × 900
2 (default)3200 × 1800
34800 × 2700

A higher scale gives sharper images and a larger ZIP.

  • Client handoff: one download with a format for every purpose, for someone without a Deckyard account.
  • Presenting elsewhere: the PDF or PowerPoint file on a venue’s computer, the PNG images for a screen that only shows pictures.
  • Archive: a snapshot of a finished deck in widely readable formats.