PowerPoint files: what a PPTX is made of, and why a PDF becomes pictures
What is inside a PPTX, why PowerPoint insists on a slide master it never shows you, and why PDF to PowerPoint produces images rather than editable text.
At a glance
- Type
- Documents
- Extensions
- .pptx
- MIME type
- application/vnd.openxmlformats-officedocument.presentationml.presentation
- Also known as
- PPTX, PPT, Microsoft PowerPoint, slides
A .pptx file is a ZIP of XML parts, the third member of the Office Open XML family alongside .docx and .xlsx. There is more machinery in it than in a workbook: as well as the presentation part and one part per slide, PowerPoint refuses to open a deck that has no slide master, no slide layout and no theme — even when nothing visible uses any of them. So a minimal valid deck is nine parts before the first slide exists. Everything in it is measured in English Metric Units, of which there are 12,700 to a point, a unit chosen so that both inches and centimetres divide into it exactly.
Read more
Converting a PDF into one here means one slide per page, each holding a picture of that page, and the page says so plainly rather than implying otherwise. The alternative — rebuilding each page as editable shapes and text boxes — means inferring a layout that was never recorded. That is the same problem PDF to Word has, except that a slide is mostly layout, so the inference has far more to get wrong and far less prose to get right. A picture is the honest option: it looks exactly like the original, and nothing in it can be edited.
The slide takes the source page’s own dimensions rather than a 16:9 default. An A4 report converted into a 16:9 deck arrives letterboxed with empty bars down both sides, which is not what the document looked like; matching the page keeps the proportions the author chose. That the result really is a presentation, rather than XML that merely looks plausible, is checked by opening it in PowerPoint itself — unzipping a file you wrote yourself and finding what you put in proves nothing.
Expect the deck to be considerably larger than the PDF it came from, because each slide carries a rendered image where the PDF carried text and drawing instructions. The archive itself is stored rather than compressed: a PNG is already deflated, so running it through the ZIP compressor again costs time and saves close to nothing.
Convert other formats to PowerPoint
FAQ
Can I edit the text after converting?
No. Each slide is a picture of the corresponding PDF page, so the text is part of the image. If what you need is editable text, PDF to Word rebuilds paragraphs and headings; it gives up the layout in exchange.
Why not rebuild the page as real text boxes?
Because a PDF records positioned glyphs, not slides. Where the boxes were, which lines belong together and what is a caption rather than a heading all have to be guessed, and a slide is mostly layout — so there is much more to get wrong than in a page of prose.
Why is the PPTX so much bigger than the PDF?
The PDF stored text and drawing instructions; the deck stores a rendered image per page. Images are simply larger than the instructions that would have drawn them.
What slide size do I get?
The source page’s own size, not 16:9. An A4 or Letter document keeps its proportions instead of arriving letterboxed between empty bars.
Is it a real .pptx, or something that only opens in some viewers?
It is a real one, and that is checked by opening the output in PowerPoint rather than by inspecting the XML. A deck can be structurally plausible and still be refused, which is exactly why the slide master, layout and theme are all there.
Can I convert PowerPoint to PDF here?
Not locally. Rendering a deck the way PowerPoint does needs PowerPoint or LibreOffice, and neither runs in a browser tab. The conversions here go into PPTX rather than out of it.