# 2.5.2  保存格式

在PowerPoint 2013中，默认保存文件类型扩展名为“.pptx”格式。在PowerPoint 2013中，还增加了一些新的文件格式，这些文件有不同的外观和特点，我们经常使用的PPT格式有3种。

* .ppt ：编辑模式，打开可进行编辑。
* .pps ：放映模式，打开自动进入放映状态，无法进行编辑。
* .pot ：模板模式，可以放置在文件夹内，需使用时可直接调用。

至PowerPoint 2007以后，保存的格式都从.ppt向.pptx变化，后缀名的改变说明软件保存文件的架构发生了变化，总之，文件变得越来越稳定了。

如表2-1列出的PowerPoint 2013所有的文件名和特点。

| 扩展名   | 文件类型                      | 说明                                               |
| ----- | ------------------------- | ------------------------------------------------ |
| .ppt  | PowerPoint 1997\~2003演示文稿 | 保存为早期版本的PowerPoint（1997\~2003）文件                 |
| .pptx | PowerPoint演示文稿            | 2007版本后均默认保存为此文件格式                               |
| .pptm | 启用宏的PowerPoint演示文稿        | 包含Visual Basic for Applications（VBA）代码的演示文稿      |
| .pot  | PowerPoint 1997\~2003模板   | 将演示文稿保存为早期版本的PowerPoint（1997\~2003）模板，可以在早期版本中打开 |
| .potx | PowerPoint模板              | 将演示文稿保存为模板，用于对将来的演示文稿进行格式设置                      |
| .potm | PowerPoint启用宏的模板          | 包含预先批准的宏的模板，这些宏可以添加到模板中以便在演示文稿中使用                |
| .pps  | PowerPoint 1997\~2003放映   | 可以在早期版本（1997\~2003）中打开的幻灯片放映                     |
| .ppsx | PowerPoint放映              | 始终在幻灯片放映视图中打开的演示文稿                               |
| .ppsm | 启用宏的PowerPoint放映          | 包含预先批准的宏和幻灯片放映，可以从幻灯片放映中运行这些宏                    |
| .thmx | Office Theme              | 包含颜色主题、字体主题、和效果主题的定义的样式表                         |
| .pdf  | PDF                       | 可以将演示文稿保存为基于PostScript的电子文件格式                    |
| .xps  | XPS文档                     | 可以将演示文稿保存为一种版面配置固定的新电子文件格式                       |
| .jpg  | JPEG文件交换格式                | 作为用于网页的图形的幻灯片JPEG文件格式支持1600万种颜色，最适于照片和复杂图像。      |
| .gif  | GIF可交换的图形格式               | 作为用于网页的图形的幻灯片                                    |
| .htm  | 网页文件格式                    | 将PowerPoint演示文稿保存为网页格式，包括xml、html和htm等多种网页格式     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://purelife.gitbook.io/little-design-powerpoint/part-1-ji-chu-pian/chapter2/chapter2-5/chapter2-5-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
