Sample ODP Files — Download OpenDocument Presentation Test Files
OpenDocument Presentation (LibreOffice Impress) · .odp · MIME type application/vnd.oasis.opendocument.presentation
Download a sample ODP file — the OpenDocument presentation format of LibreOffice Impress. These are minimal, valid decks (3 and 10 slides with a title and bullet text on each) intended for acceptance and conversion tests rather than design review.
ODP is far rarer than PPTX in the wild, but public-sector and education users produce it, and a document pipeline that advertises OpenDocument support should handle all three ODF types: ODT, ODS and ODP.
Download sample ODP files
| File | Details | Size | Download |
|---|---|---|---|
sample-presentation-3-slides.odp | 3 slides | 2 KB | |
sample-presentation-10-slides.odp | 10 slides | 2 KB |
Need one of every documents format? Download the documents sample pack (110 KB, one small file of every documents format (14 files)).
Use these files from the command line or CI
Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.
# Download one file curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/documents/odp/sample-presentation-3-slides.odp # Verify it (SHA-256 is listed for every file above) shasum -a 256 sample-presentation-3-slides.odp # Machine-readable index of every sample file curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="odp")'
ODP format at a glance
| Full name | OpenDocument Presentation (LibreOffice Impress) |
|---|---|
| Extensions | .odp |
| MIME type | application/vnd.oasis.opendocument.presentation |
| Standard | OASIS OpenDocument 1.2 / ISO 26300 |
| Container | ZIP with content.xml and mimetype |
| Contents | Title + bullet text per slide |
| Generated with | odfpy |
What people test with sample ODP files
- OpenDocument acceptance across all three ODF types
- ODP → PPTX/PDF conversion via LibreOffice headless
Frequently asked questions
Can PowerPoint open ODP?
Yes, PowerPoint 2010 and later open ODP files, with some layout differences. LibreOffice Impress is the reference implementation.
Are these ODP files safe to download?
Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.
Can I use the sample ODP files commercially?
Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.
Can I hotlink these files or use them in CI?
Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).
Related sample files
Testing a file pipeline? We build them.
Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.
See how we can help