Sample PPTX files for testing — free, CC0, hotlinkable

PPTX is PowerPoint's format, a ZIP archive of XML parts like DOCX and XLSX. These presentations use widescreen 16:9 title-and-content slides of Lorem Ipsum, the default shape of a new deck.

pptx/1slide.pptx is a single slide, the smallest useful presentation for upload forms and thumbnailers. pptx/10slides.pptx has ten slides, each with its own title, which is enough to test slide counting, navigation, per-slide text extraction and conversion to PDF or images.

pptx/1mb.pptx reaches about 1 MB with one slide per embedded incompressible noise image, each with a speaker note, so its size is honest and its notes give extraction tools something to find. None of the files contains macros; a .pptx cannot carry them.

Use them to test document converters, preview generators, search indexers and upload forms that accept presentations. Related formats: DOCX and PDF.

3 files. The same list as JSON: https://loremfile.dev/pptx/index.json

PPTX files
FileSizePropertiesDescription
10slides.pptx 37.7 KB 10 slides Ten 16:9 title-and-content slides of Lorem Ipsum, each with its own title.
Snippets
curl -O https://loremfile.dev/pptx/10slides.pptx
<a href="https://loremfile.dev/pptx/10slides.pptx">download</a>
1mb.pptx 1 MB 5 slides About 1MB: one slide per embedded incompressible seeded-noise PNG, each with a speaker note, so the size is honest rather than padded.
Snippets
curl -O https://loremfile.dev/pptx/1mb.pptx
<a href="https://loremfile.dev/pptx/1mb.pptx">download</a>
1slide.pptx 28.6 KB 1 slides A single 16:9 title-and-content slide of Lorem Ipsum.
Snippets
curl -O https://loremfile.dev/pptx/1slide.pptx
<a href="https://loremfile.dev/pptx/1slide.pptx">download</a>

File names follow the naming grammar. Verify a download against sha256sums.txt.