# 支援的檔案格式

> 探索 Aspose.Slides for Python via .NET 能開啟、儲存與轉換的所有檔案格式——包括 PPT、PPTX 與 ODP——並提供清晰的匯入/匯出支援說明。

Source: https://docs.aspose.com/slides/zh-hant/python-net/supported-file-formats/


## **概述**

Aspose.Slides 支援從 Microsoft PowerPoint 97 到 Office 365 的簡報檔案，亦包括 Microsoft PowerPoint for Mac。本文件列出庫支援的 PowerPoint 版本，並提供可載入、儲存或兩者皆可的檔案格式表格。

本文亦回答有關 PDF 相容性、字型嵌入、受密碼保護的檔案、自訂字型、字型備援以及 XPS 匯出選項的常見問題。

## **支援的 Microsoft PowerPoint 版本**
- Microsoft PowerPoint 97
- Microsoft PowerPoint 2000
- Microsoft PowerPoint XP
- Microsoft PowerPoint 2003
- Microsoft PowerPoint 2007
- Microsoft PowerPoint 2010
- Microsoft PowerPoint 2013
- Microsoft PowerPoint 2016
- Microsoft PowerPoint 2019
- Microsoft PowerPoint for MAC
- Office 365

## **支援的檔案格式**
此表格列出 Aspose.Slides for Python via .NET 可載入與儲存的檔案格式：

|**格式**|**說明**|**載入**|**儲存**|**備註**|
| :- | :- | :- | :- | :- |
|[PPT](https://docs.fileformat.com/presentation/ppt/)|PowerPoint 97-2003 簡報|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POT](https://docs.fileformat.com/presentation/pot/)|PowerPoint 97-2003 範本|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPS](https://docs.fileformat.com/presentation/pps/)|PowerPoint 97-2003 放映|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|PowerPoint 簡報|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTX](https://docs.fileformat.com/presentation/potx/)|PowerPoint 範本|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSX](https://docs.fileformat.com/presentation/ppsx/)|PowerPoint 放映|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTM](https://docs.fileformat.com/presentation/pptm/)|PowerPoint 宏啟用簡報|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSM](https://docs.fileformat.com/presentation/ppsm/)|PowerPoint 宏啟用放映|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTM](https://docs.fileformat.com/presentation/potm/)|PowerPoint 宏啟用範本|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[ODP/FODP](https://docs.fileformat.com/presentation/odp/)|OpenDocument 簡報|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[OTP](https://docs.fileformat.com/presentation/otp/)|OpenDocument 簡報範本|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[TIFF](https://docs.fileformat.com/image/tiff/)|標籤圖像檔案格式| |{{< emoticons/tick >}}| |
|[EMF](https://docs.fileformat.com/image/emf/)|增強型圖形檔案格式| |{{< emoticons/tick >}}| |
|[PDF](https://docs.fileformat.com/pdf/)|可攜式文件格式|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XPS](https://docs.fileformat.com/page-description-language/xps/)|XML 紙張規格| |{{< emoticons/tick >}}| |
|[JPEG](https://docs.fileformat.com/image/jpeg/)|Joint Photographic Experts Group| |{{< emoticons/tick >}}| |
|[PNG](https://docs.fileformat.com/image/png/)|可攜式網路圖形| |{{< emoticons/tick >}}| |
|[GIF](https://docs.fileformat.com/image/gif/)|圖形交換格式| |{{< emoticons/tick >}}| |
|[BMP](https://docs.fileformat.com/image/bmp/)|裝置無關位圖| |{{< emoticons/tick >}}| |
|[SVG](https://docs.fileformat.com/page-description-language/svg/)|可伸縮向量圖形| |{{< emoticons/tick >}}| |
|[SWF](https://docs.fileformat.com/page-description-language/swf/)|小型網頁格式| |{{< emoticons/tick >}}| |
|[HTML](https://docs.fileformat.com/web/html/)|超文字標記語言|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XAML](https://docs.fileformat.com/web/xaml/)|可擴充應用程式標記語言| |{{< emoticons/tick >}}| |
|[MD](https://docs.fileformat.com/word-processing/md/)|Markdown| |{{< emoticons/tick >}}| |
|[XML](https://docs.fileformat.com/web/xml/)|PowerPoint XML 簡報| |{{< emoticons/tick >}}| |

## **常見問題**

**我可以將簡報儲存為符合歸檔與無障礙標準 (PDF/A 與 PDF/UA) 的 PDF 嗎？**

是。Aspose.Slides for Python via .NET 支援透過 [PDF 匯出選項](https://reference.aspose.com/slides/zh-hant/python-net/aspose.slides.export/pdfoptions/) 中的 [compliance](https://reference.aspose.com/slides/zh-hant/python-net/aspose.slides.export/pdfoptions/compliance/) 設定匯出符合 PDF/A-2a、PDF/A-2b、PDF/A-2u、PDF/A-3a、PDF/A-3b，以及 PDF/UA 等相容等級的 PDF。

**此函式庫在匯出為 PDF 時是否支援字型嵌入，且能細緻控制嵌入內容？**

是。您可以透過 [PDF 匯出選項](https://reference.aspose.com/slides/zh-hant/python-net/aspose.slides.export/pdfoptions/) 控制字型是完整嵌入或子集化（僅嵌入使用的字形）、指定常見系統字型的處理方式，並設定 ASCII 文字的行為。

**我能在實際載入檔案前偵測其是否受密碼保護嗎？**

是。使用 [factory-based inspection API](https://reference.aspose.com/slides/zh-hant/python-net/aspose.slides/presentationfactory/) 您可以在不完全開啟簡報的情況下查詢檔案是否受密碼保護。

**是否有字型備援機制與自訂字型支援？**

是。此函式庫支援 [loading](/slides/zh-hant/python-net/custom-font/) 與 [embedding](/slides/zh-hant/python-net/embedded-font/) 自訂字型，並提供字型 [fallback rules](/slides/zh-hant/python-net/fallback-font/) 以防止在渲染與轉換時出現缺字。

**我可以將投影片匯出為 XPS，且有調整 XPS 輸出之選項嗎？**

是。支援 [Export to XPS](/slides/zh-hant/python-net/convert-powerpoint-to-xps/)，您可以調整相關的 [save options](https://reference.aspose.com/slides/zh-hant/python-net/aspose.slides.export/xpsoptions/) 以控制 XPS 文件的輸出品質與內容。
