Test file · Documents

Sample presentation PPTX

Download Sample presentation PPTX (1 slide, 30 KB) from a stable URL with verified SHA-256 for upload, MIME, playback, parser, and automation tests.

File overview

Sample presentation PPTX is a verified PPTX sample using the application/vnd.openxmlformats-officedocument.presentationml.presentation MIME type. The file provides 1 slide, occupies 30 KB, and is served from a stable public URL.

Online preview

PPTX

Technical properties

Format
PPTX
MIME type
application/vnd.openxmlformats-officedocument.presentationml.presentation
Readable size
30 KB
Specification
1 slide
Exact bytes
31,189
Slides
1

File integrity

The byte size and SHA-256 value are generated from the published source file. If the file content changes, TestFiles.dev publishes a new filename and asset id instead of replacing this URL in place.

SHA-256
01ffdf3a49b5fefe20ca1d8441f11925cf1fbf83df429d7135734046e1a85c62
Verified
Published

Common development test cases

  • Test document uploads, MIME validation, preview generation, and storage workflows.
  • Validate parsers, metadata extraction, archive inspection, and download behavior.

Use this sample file in a real test

Choose the workflow that matches the failure you need to reproduce, then keep this file URL, exact byte size, and SHA-256 fixed in your test.

Recommended use

Use Sample presentation PPTX as a stable fixture for presentation preview generation.

Expected behavior

A conforming workflow should accept application/vnd.openxmlformats-officedocument.presentationml.presentation, preserve the published bytes, and report 1 slide with a file size of 30 KB.

Testing notes

Check the single-slide traits, the exact 31189 byte count, and the published SHA-256 before comparing downstream output.

Stable resource URL

https://assets.testfiles.dev/documents/sample-presentation.pptx
Download

Copy-ready code

fetch("https://assets.testfiles.dev/documents/sample-presentation.pptx").then((res) => res.blob())
Copied