Sample PPTX 100KB File
PowerPoint presentation — slides with charts
Click below for an instant download — no signup, no redirect.
Download 100KB PPTX100 KBTestFile-pptx-100kb.pptx
File details
| Format | PPTX |
| Extension | .pptx |
| MIME type | application/vnd.openxmlformats-officedocument.presentationml.presentation |
| Size | 100 KB |
| Exact bytes | 102,400 |
| Filename | TestFile-pptx-100kb.pptx |
| Format version | OOXML (Office Open XML) — ISO 29500 / ECMA-376 |
| Contents | 1 slide: title slide with Title and Subtitle text frames, default Office Theme, 16:9 widescreen format |
| Encoding | UTF-8 XML within ZIP container (PKZIP 2.0) |
What is a 100KB PPTX file useful for?
A 100 KB PPTX is useful for testing the basic setup of your presentation parsing pipeline — confirming that python-pptx, pptxgenjs, or Apache POI can open the file, read the slide count, and access text frames without errors. At this size every test completes in milliseconds, making it appropriate for CI unit tests that verify library integration without adding meaningful build time.
What's inside this file?
Generated with python-pptx. Contains a single title slide with a Title text frame ('GetTestFiles.com Test Presentation') and a Subtitle text frame. The file is a PKZIP 2.0 archive containing ppt/slides/slide1.xml, ppt/slideLayouts/, ppt/slideMasters/, and all required relationship and content-type files. Slide dimensions are standard widescreen (13.33 × 7.5 inches / 33.87 × 19.05 cm).
Download via curl
curl -L "http://localhost:8000/files/pptx/TestFile-pptx-100kb.pptx" \ -o TestFile-pptx-100kb.pptx
Need different parameters?
Generate a custom PPTX file with exact settings.