01 / Fast steps
- Drop or select your .pptx files.
- Every slide is read in order and shown as text.
- Download the outline as a PDF to keep or share it.
Drop a PowerPoint file and read what is on every slide, titles, bullets and speaker notes included, without installing Office.
Your files never leave your device.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Just converted a file here? Click a tool that reads it and your new file is handed over automatically, no re-upload needed.
Good to know
This page reads the deck in your browser with nothing to install and no account, which is the fastest route when you only need to know what the presentation says. If you need to edit or present it, LibreOffice Impress opens and edits .pptx for free on any desktop, and the PowerPoint mobile app is free for reading on a phone. PowerPoint for the web and Google Slides are free too but require an account and an upload, which means the deck lands on a company server before you see it. For an unreleased roadmap or a pitch deck, that is a real difference rather than a technicality.
A .ppt is the binary format PowerPoint used until 2003: a compound file holding records that describe the presentation in the program's own internal terms. A .pptx, from PowerPoint 2007 onward, is a ZIP of XML parts following the Open XML standard, one part per slide. The practical differences are the ones you would expect from that: .pptx files are typically much smaller, they can be read by software Microsoft had nothing to do with, and a damaged .pptx can sometimes be partly recovered by unzipping it and reading the slide XML by hand. This viewer reads .pptx only, because the older binary format stores text in a way that cannot be recovered reliably without reimplementing far more of PowerPoint.
Usually the machine has no software that reads it, which is the normal state of a computer without an Office licence, or the file was renamed from .ppt and PowerPoint refuses it on that basis alone. Two other cases are common: the deck came by email and opened in Protected View, which looks like a failure but is a security prompt, or the download was truncated, which you can spot because the file is far smaller than a deck with images should be. A .pptx is a ZIP, so a truncated one fails with an archive error rather than a PowerPoint error, and that distinction tells you which problem you have.
A ZIP archive with one XML part per slide, ppt/slides/slide1.xml and onwards, plus the images in ppt/media and the theme and layouts in their own parts. Each slide lists its shapes, and each shape holds paragraphs of text. This is the same Office Open XML family as .docx, standardised in 2006, which is why a presentation can be read without any Microsoft software.
Because the appearance is not stored in the file. A slide references a layout, which references a master, which references a theme, and PowerPoint resolves that chain at display time together with font metrics and its own rendering of charts and effects. Producing a faithful picture means reimplementing PowerPoint, and any shortcut yields slides that look almost right, which is worse than an honest text outline.
Yes, when the deck has them. They live in separate parts, ppt/notesSlides, one per slide, and are shown under the slide they belong to. It is worth knowing that they travel inside the file: notes you wrote for yourself are visible to anyone you send the .pptx to, whether or not they open the notes pane.
No. The ZIP is opened and the slide XML parsed by JavaScript in your browser tab. Decks are one of the most sensitive things people exchange, since they routinely carry unreleased figures and internal plans, so a viewer that receives a copy of the file solves one problem by creating a larger one.