pptx PPTX Overview
PPTX is the Office Open XML presentation format introduced with Office 2007 and standardised as ECMA-376, later ISO/IEC 29500. It is not a binary blob: it is a compressed package whose entries are XML documents describing slides, layouts, masters, and themes, alongside the images and media they use.
The Open Packaging Conventions define how those entries fit together, with a content-types declaration and explicit relationship files instead of the implicit stream layout the old binary format relied on. Each slide is its own XML part.
The practical payoff is durability and tooling: a damaged PPTX often loses only one part rather than the whole deck, and any ZIP-and-XML capable language can read or write one.[1][2][3]