PowerPoint mechanics · 9 min read

Why AI presentation tools export flat images, and how to get editable slides

Every AI deck builder says it exports to PowerPoint. That sentence covers three completely different things, and only one of them gives you a file you can actually edit. This guide explains the difference, gives you a test that takes half a minute, and sets out what you lose if you find out too late.

Published 2 August 2026 · Last updated 2 August 2026

The short version

  • "Exports to PowerPoint" can mean a real shape tree, a picture of a slide, or something in between. The file extension is .pptx either way.
  • The test: open the file, click on a headline. A blinking text cursor means real text. A box with resize handles around the whole slide means a picture.
  • A flattened deck cannot be spell-checked, searched, translated, re-branded, or read by a screen reader, and it usually weighs several times more.
  • Fidelity and editability pull in opposite directions, which is why flattening is tempting: a picture always looks right, and can never be fixed.
  • Check before you commit a deck to a tool, not the night before the meeting.

The 30 second test

Before any of the theory, run this on a deck you already have. It settles the question faster than any feature page will.

  1. 1

    Open the exported .pptx in PowerPoint or Keynote

    Not in a preview pane, not in the tool that made it. The whole question is what a different program sees when it opens the file.

  2. 2

    Click once on a headline

    Then look at what got selected. If a box appears tightly around the words, and clicking again puts a blinking cursor in the text, that is a real text shape. If instead a box appears around the entire slide, edge to edge, you have selected one picture that happens to have words printed on it.

  3. 3

    Press Ctrl+A on a slide, then look at the status bar

    A native slide reports several objects selected. A flattened slide reports one.

  4. 4

    Try the outline view

    View, then Outline View on Windows. Real slides show their titles and bullet text as an editable outline. A flattened deck shows a list of empty slides, because as far as PowerPoint is concerned there is no text in the file at all.

Three ways to write a .pptx, and why they diverge

A .pptx is a zip archive of XML files. Each slide is described in its own XML document as a tree of shapes, and every shape carries its own position, size, fill, and, if it holds text, the actual characters along with the formatting runs that style them. Any program can write that XML. What differs is how much of the work a tool is willing to do.

ApproachHow it worksWhat you get
Render and flattenThe tool draws the slide in a browser, screenshots it, and puts one image into an otherwise empty slide.Pixel-perfect fidelity to what you saw, and nothing you can change.
Vector drop-inThe slide is exported as SVG or PDF and placed as a single graphic, sometimes as a grouped set of paths.Sharp at any zoom, and still one object. Text is often outlines, not characters.
Native shape treeThe tool emits DrawingML directly: one text box per text block, real geometry, real fills, real tables and charts.Editable, searchable, re-brandable. Also the only one where a layout bug shows up as a layout bug.
The same .pptx extension covers all three. Nothing in the file name distinguishes them.

The reason the first two exist is not laziness. A tool that designs slides in a browser has already solved layout in CSS, where text wraps according to a font stack, a line-height and a container width. PowerPoint's text layout engine is a different engine with different metrics. Hand the same paragraph to both and the line breaks will not land in the same place. Flattening makes that problem disappear, because a picture of a correct layout is always a correct layout.

Emitting a native shape tree means committing to solve that properly: measuring the text where it was rendered, converting those measurements into PowerPoint's coordinate system, and accepting that if the maths is wrong, the customer sees an overlapping headline rather than a slightly soft image.

Sources: [1] [2]

What a flattened deck actually costs you

The cost is invisible at the moment of export, which is exactly why it catches people. Everything below is a consequence of the same fact: there is no text in the file.

You cannot fix a typo
Not with an edit, anyway. The fix is to go back to the generating tool, correct it there, re-export, and redo any change you made in PowerPoint since. If the tool has since changed a layout, the rest of the deck moves too.
Find and replace does nothing
Rename a product, update a date across 40 slides, swap a client's name in a proposal template: none of it is possible. There is nothing to find.
Spell check stays silent
A flattened deck always passes, which is worse than failing. Nobody catches the typo in the 60pt headline until it is on a projector.
Screen readers get nothing
Microsoft's own accessibility guidance is explicit that important information should not live only inside an image, and that text belongs in real placeholders so reading order works. A flattened slide fails both. If you present in a public sector, education or enterprise context with an accessibility policy, this can be disqualifying rather than merely awkward.
Your brand team cannot use it
Corporate template compliance, theme colours, the approved font: all of it is applied to shapes. A picture ignores every one of them.
Translation is off the table
Both PowerPoint's own translation and every third-party localisation workflow read text runs. Images are skipped in silence.
The file is bigger, often much bigger
A slide's worth of text and vector shapes is a few kilobytes of XML. A full-bleed rendering of the same slide at a resolution high enough to survive a projector is measured in megabytes. Multiply by 30 slides.

Sources: [3] [4]

The middle case: partly editable is still a real answer

Plenty of tools land between the extremes, and some document it honestly. Gamma's export help page, for example, sets out which effects fall back in a .pptx and notes a caveat about italics, which is more candour than most feature pages offer. Treat that kind of documentation as a good sign rather than a red flag: a vendor who tells you where the export degrades has thought about the export.

Where partial output is genuinely fine: the text is native, and only decorative elements, a background treatment or an unusual gradient, come through as images. You can still fix a number, translate the deck and pass the accessibility checker.

Where it is not fine: the charts are pictures. Charts are the thing most likely to need a last-minute update, and a chart that arrives as an image has also lost its underlying data, so nobody downstream can check the numbers or re-cut them.

  • Native text, image backgrounds: usually acceptable.
  • Native text, image charts: workable, but budget time to rebuild any chart that changes.
  • Image text: treat the export as a PDF that happens to end in .pptx.

Sources: [6]

What to check before you commit a deck to a tool

Marketing copy is not a reliable signal here, because "fully editable PowerPoint export" is written by tools at all three points on the spectrum. Check the artefact instead.

  1. 1

    Export a throwaway deck on day one

    Before you build anything real. Generate five slides including a chart and a table, export, and run the test at the top of this page.

  2. 2

    Open it somewhere the vendor did not choose

    PowerPoint desktop, PowerPoint for the web, Keynote and Google Slides all behave differently. If your audience opens decks in Google Slides, test there.

  3. 3

    Check the fonts survived

    Open the deck on a machine that does not have your brand font installed. Substitution is the second most common way a deck breaks in transit, and it is a separate problem from flattening.

  4. 4

    Look at the file size

    A 30 slide text-and-chart deck that weighs 60 MB is telling you what is inside it.

  5. 5

    Run the accessibility checker

    Review, then Check Accessibility. "Missing alt text" on every slide, and nothing else flagged, is the signature of a flattened deck.

Sources: [3]

What a native export has to get right

If you are choosing between tools, it helps to know what the harder path actually requires, because it tells you what to ask about.

  • Geometry that comes from measurement, not estimation. Where a text block ends up depends on the font's metrics at that size in that width. A tool that guesses will overlap eventually.
  • A coordinate conversion that does not drift. PowerPoint positions everything in EMUs, integers at 914,400 to the inch. Rounding in the wrong place accumulates across a slide.
  • Real tables and real charts, not pictures of them. This is the part most often quietly skipped.
  • Fonts embedded in the file, so the deck survives the trip to a machine that does not have them, plus a sensible fallback for the environments that ignore embedded fonts.
  • A verification pass. Once slides are generated rather than hand-placed, the only way to know a headline did not collide with an image is to check the output and regenerate what fails.

That last point is the difference between a generator and a generator you can trust with a deck you have not looked at. Flattening removes the need for it, which is precisely why flattening is so common.

Sources: [2] [5]

Frequently asked questions

How can I tell if my PowerPoint export is editable?

Open the file in PowerPoint and click on a headline. If a text cursor appears in the words, the slide contains real text. If a selection box appears around the whole slide instead, the slide is a single image. A faster version: open View, then Outline View. Real slides show their text as an editable outline, flattened slides show nothing.

Why do AI presentation tools export images instead of text?

Because it guarantees the export looks exactly like the preview. These tools design slides in a browser, where text is laid out by CSS, and PowerPoint lays text out with a different engine that breaks lines in different places. Flattening the slide to a picture removes that mismatch entirely. Emitting real shapes means solving the layout conversion properly, and accepting visible failures when it is wrong.

Is a flattened .pptx the same as a PDF?

Functionally, close to it, with two differences that matter. A PDF at least keeps a text layer you can search and copy from, which a slide-as-image .pptx does not. And a flattened .pptx is usually larger than the equivalent PDF, because the images are stored per slide without the shared compression a PDF applies.

Can I convert a flattened deck back into editable slides?

Not reliably. OCR can recover the words, but not the text boxes, the styles, the theme colours, the chart data or the layout relationships, so what you get back is text you must re-typeset by hand. It is almost always faster to correct the content in the original tool and export again.

Does an editable export mean the deck will look right everywhere?

No, and this is worth separating. Editability is about whether the file contains real shapes. Fidelity is about whether those shapes render the same on another machine, which mostly comes down to whether the fonts travelled with the file. A deck can be perfectly editable and still look wrong on a colleague's laptop because a font was missing and PowerPoint substituted another one.

Do charts usually survive an AI export?

Less often than text does. A real PowerPoint chart carries its own data, which means the exporting tool has to write that data into the file rather than just drawing the chart. Many tools that emit native text still emit charts as pictures. Test with a chart slide specifically, because it is the element most likely to need a change later.

Decks where every element is a real PowerPoint shape

Skiaw writes the shape tree directly, embeds the fonts, and checks the geometry of every slide before it reaches you. Open the export and click a headline: you get a cursor.

Sources

Numbered to match the references under each section. Every URL below was opened on the date shown.

  1. [1]
    ECMA-376, Office Open XML File Formats

    That a .pptx is an Open Packaging Convention zip archive, that slide content is expressed as a DrawingML shape tree in per-slide XML parts, and the EMU definition in §20.1.2.1: 1 EMU = 1/914400 inch.

    Last checked 1 August 2026

  2. [2]
    Microsoft Learn, DrawingML Extents (a:ext) reference

    That a shape's size is carried by the a:ext element's cx and cy attributes inside a:xfrm, with the ISO/IEC 29500-1 section references for xfrm.

    Last checked 1 August 2026

  3. [3]
    Microsoft, Make your PowerPoint presentations accessible

    The guidance to avoid using text in images as the sole way of conveying information, to put text in real placeholders so reading order is correct, and the Accessibility Checker and Reading Order pane.

    Last checked 1 August 2026

  4. [4]
    Microsoft, Reduce the file size of your PowerPoint presentations

    That embedded images and embedded fonts are the main contributors to presentation file size, and the compression options offered.

    Last checked 1 August 2026

  5. [5]
    Microsoft, Embed fonts in documents or presentations

    Where the embedding setting lives, and the choice between embedding only the characters used and embedding all characters.

    Last checked 1 August 2026

  6. [6]
    Gamma Help Center, What's the easiest way to export my Gamma?

    Export formats, font embedding behaviour, the italics caveat, and which effects fall back in a .pptx export.

    Last checked 1 August 2026

Found something out of date? Software moves faster than pages do, email contact@skiaw.com and we will correct it.