PPTX with Speaker Notes
A four-slide presentation where every slide carries speaker notes in the notes pane — for testing notes extraction and whether converters preserve the notes alongside the slides.

Rendered preview of the pptx file (37.9 KB). Download above for the original.
Specifications
- Slides
- 4
- Speaker Notes
- on every slide
- Engine
- python-pptx
What is a .pptx file?
PPTX is the default Microsoft PowerPoint format, an Office Open XML presentation packaged as a ZIP archive of slide XML, layouts, media, and themes. It stores slides, shapes, text, images, and speaker notes. It is the standard for editable slide decks.
How to use this file
Use an example PPTX to test presentation parsing, slide and notes extraction, embedded-media handling, and converters that render decks to PDF or images.
How to use this file for testing
“PPTX with Speaker Notes” is a deterministic Novus Examples fixture for Conversion testing. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.
Documented properties for this file: 4 slides. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
Document fixtures list their internal structure (pages, fields, tracked changes, embedded objects) in the spec table. Test extractors, converters, and OCR against that known structure, and compare searchable↔scanned or format-twin companions when present.
Code examples
from pptx import Presentation
prs = Presentation("speaker-notes.pptx")
print(len(prs.slides), "slides")Related files
- odpODP — OpenDocument PresentationA three-slide OpenDocument Presentation with titles and body text — for testing ODP readers and slide converters. Original content, free to use.

- pptPPT — Legacy PowerPoint 97A pitch-deck slide set saved as legacy binary .ppt (PowerPoint 97-2003, OLE compound file) via LibreOffice. For testing legacy-Office parsers and PPT→PPTX conversion.

- adocAsciiDoc Guide (ADOC source)An AsciiDoc getting-started guide with source blocks, an admonition, and a table — for testing AsciiDoc renderers (Asciidoctor), editors, and conversion to HTML/PDF.

- assASS Subtitles (Advanced SSA)An Advanced SubStation Alpha (.ass) subtitle with a styles section and three timed Dialogue events — the styled format libass renders — carrying the same captions as the SRT/VTT twins.

- docDOC — Legacy Word 97The formatted Word document saved as legacy binary .doc (Word 97-2003, OLE compound file) via LibreOffice. For testing legacy-Office parsers and DOC→DOCX conversion.

- docxDOCX with CommentsA Word document with two anchored reviewer comments — for testing comment extraction and whether converters preserve or drop review annotations.

Generated by generation/docs_advanced.py. Free for any use, no attribution required — license.