file in abyss
フォーマット一覧へ戻る

Document

PPTX PowerPoint Open XML Presentation

Microsoft PowerPointで広く使われるOffice Open XMLプレゼンテーション。実体はZIPで、ppt/presentation.xmlやスライドXMLを含みます。

Extensions .pptx
MIME application/vnd.openxmlformats-officedocument.presentationml.presentation

マジックナンバー

ファイルを解析
オフセット 0 ZIP local file header
50 4B 03 04
PK..

構造

  1. ZIP container
  2. [Content_Types].xml
  3. ppt/presentation.xml
  4. ppt/slides/*.xml

注意点

  • ZIPベース形式なので、先頭4バイトだけではPPTX固有の判定はできません。

判定コード例

SIGNATURE = bytes.fromhex("504b0304")
OFFSET = 0

def is_pptx(path: str) -> bool:
    with open(path, "rb") as f:
        f.seek(OFFSET)
        head = f.read(len(SIGNATURE))
    return head == SIGNATURE

実践的な使い方

ユースケース

PowerPoint Open XML Presentation はデータ交換、インポート/エクスポート、パーサのテスト、検証ワークフローで使われます。エンコーディング・区切り文字・バージョン・コンテナ構造が実装の挙動を変えることがあります。

よくある判定ミス

  • .pptx という拡張子だけではファイルの中身を保証できません。アップロードや変換の処理では、拡張子・MIMEタイプ・先頭バイト・形式固有の構造チェックを組み合わせるべきです。
  • PowerPoint Open XML Presentation は 50 4B 03 04 のようなシグネチャで始まりますが、関連するコンテナや破損ファイルでは追加の検証が必要になる場合があります。

セキュリティ上の注意

文書形式はスクリプト・添付・マクロ・外部参照を含むことがあります。プレビューや変換はサンドボックス化し、信頼できないファイルを直接開かないでください。

サンプルの活用

11 個のサンプルで、先頭バイト判定・パーサのエラー・アップロード上限・ダウンロード挙動をテストできます。

サンプルファイル

11 / 11 files
Sample Traits Size Source / license / SHA-256
Doc

Blue Sky PPTX

Blue Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

01-blue-sky.pptx
Type Sample
2.5 KB
SHA-256 0ebca31a33f9e21bf2828a3684585d6151ee8233907e71b5807a11f722eb937c
Download
Doc

Flower Garden PPTX

Flower Garden PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

02-flower-garden.pptx
Type Sample
2.5 KB
SHA-256 dde44497df2e3cb6d81f43ae93a92609a40a5dc30a6d4babc57310b6422c6d01
Download
Doc

Navy Blue Sky PPTX

Navy Blue Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

03-navy-blue-sky.pptx
Type Sample
2.5 KB
SHA-256 c333b669a69179a03ab19b9b8fa268bc4efb20ef11a9afb42ef85f40dc1c9174
Download
Doc

Nature of the Sky PPTX

Nature of the Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

04-nature-sky.pptx
Type Sample
2.5 KB
SHA-256 f8a9a6af35f983c505ba43d2fc40ffb2fb185c561b595ceee96c43ad442ee2b1
Download
Doc

Sky Landscape PPTX

Sky Landscape PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

05-sky-landscape.pptx
Type Sample
2.5 KB
SHA-256 b84c80e20dee2314d7de406bd4784ad7357c4e54d7acf74a89281ce2d840f9e0
Download
Doc

Starry Sky PPTX

Starry Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

06-starry-sky.pptx
Type Sample
2.5 KB
SHA-256 dc2e6c74968a0529575ac5b54c5d2b86d0682d85a97e2b0389ce605cf2bbf940
Download
Doc

Blue Night Sky PPTX

Blue Night Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

07-blue-night-sky.pptx
Type Sample
2.5 KB
SHA-256 23590cf9727e1f04cdfbada35d448b8e9ec193bc48326649dd2931eaba7a6ab3
Download
Doc

Hibiscus Flower PPTX

Hibiscus Flower PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

08-hibiscus-flower.pptx
Type Sample
2.5 KB
SHA-256 85d6732102fa9673ff5aa3f10eebf3f6392c9accb0e0fc5a0c2088816b4173c8
Download
Doc

Arctic Sky PPTX

Arctic Sky PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

09-arctic-sky.pptx
Type Sample
2.5 KB
SHA-256 8fae1e64034354a5555a73fa059aea9477e0dd7043f4a0866cdbf3d29570c472
Download
Doc

Sunset Rays PPTX

Sunset Rays PPTX is a PowerPoint Open XML Presentation sample based on Wikimedia Commons. It can be used to test downloads, parsers, previews, and file type detection.

10-sunset-rays.pptx
Type Sample
2.5 KB
SHA-256 cb92c209dea74dc729d59367e183c9b335d1236ec4b91c690c7e18a3a1197858
Download
Doc

NASA Blue Marble PPTX

NASA Blue Marble PPTX is a PowerPoint Open XML Presentation sample based on NASA Image and Video Library. It can be used to test downloads, parsers, previews, and file type detection.

nasa-blue-marble-2012-east.pptx
Type Sample
2.5 KB
SHA-256 d8c370f937422ed297e372778f13b997701334cd2bc481a59034a1cf3bd36bf3
Download

よくある質問

PowerPoint Open XML Presentation のマジックナンバー(ファイルシグネチャ)は?

PowerPoint Open XML Presentation ファイルはバイトシグネチャ 50 4B 03 04 ("PK..") で始まります。拡張子に頼らず、この先頭バイトを読み取って形式を判定してください。

PowerPoint Open XML Presentation のMIMEタイプは?

PowerPoint Open XML Presentation のMIMEタイプは application/vnd.openxmlformats-officedocument.presentationml.presentation です。

PowerPoint Open XML Presentation の拡張子は?

PowerPoint Open XML Presentation ファイルは .pptx 拡張子を使います。拡張子は慣習にすぎず中身を保証しないため、シグネチャや構造のチェックと組み合わせてください。

関連フォーマット