What's in a PowerPoint File?
danielochoa0620
14 points
7 comments
August 19, 2026
Related Discussions
Found 5 related stories in 48.6ms across 4,128 title embeddings via pgvector HNSW
- Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab) starfallg · 741 pts · July 22, 2026 · 50% similar
- Show HN: OpenSlides – Open-source desktop app for animated code presentations codewiththiha · 21 pts · July 26, 2026 · 38% similar
- Billion Dollar PDFs rafaepta · 61 pts · July 12, 2026 · 32% similar
- Show HN: DOM-docx – HTML to native, editable Word docs (MIT) fishbone · 143 pts · July 13, 2026 · 32% similar
- Show HN: Word in Web – Near MS Word Parity Docx Editor in Web theRealestAEP · 32 pts · July 21, 2026 · 31% similar
Discussion Highlights (5 comments)
aghuang
> A PowerPoint file is a ZIP package containing XML files and binary assets. > It stores all the properties you set in a PowerPoint presentation, and tries to organize them into separate files to avoid repetition and make things easier to locate. Very informative read overall.
ctward
i've been struggling a lot with my team to standardize our presentation systems. as soon as we got claude people just started making adhoc, non-standard, slides. This is good because they're 10x better than the bullshit one offs PMs used to make. But as a result we've got 80 different ways of conveying the same type of information to our leadership. And its pissing those leaders off. Getting people aligned on a single template is our biggest headache for the ops side of the house. Will definitely need to research this further. Thanks for the post.
tamimio
I knew a powerpoint is basically a zip file when I was trying to crack a pptx file last year, the AI basically said “pptx file is basically a zip file, let’s do …”, when I unzipped it, turned out the password protection is useless, all assets and everything are in there unprotected, including the 3D models inside. And you can pack it to a file again, just like the protected one but with no password.
EDM115
all files are either text, binary blobs or archives (zip), no exception I personally knew about this when I needed to extract all images from a Word document in 2015, I had the idea to rename the extension to .zip and wow a conveniently placed media folder ! since then I renamed countless file extensions to zip, just to test. it worked nearly every single time
anthk
new PPT: Zip files old PPT: OLE pseudo FS with objects embedded.