# Format File yang Didukung

> Temukan semua format file yang dapat dibuka, disimpan, dan dikonversi oleh Aspose.Slides untuk PHP via Java — termasuk PPT, PPTX, dan ODP — dengan catatan dukungan impor/ekspor yang jelas.

Source: https://docs.aspose.com/slides/id/php-java/supported-file-formats/
Updated: 2026-06-12

## **Ikhtisar**

Aspose.Slides mendukung file presentasi dari Microsoft PowerPoint 97 hingga Office 365, termasuk Microsoft PowerPoint untuk Mac. Artikel ini mencantumkan versi PowerPoint yang didukung oleh pustaka serta menyediakan tabel format file yang dapat dimuat, disimpan, atau keduanya.

Artikel ini juga menjawab pertanyaan umum tentang kepatuhan PDF, penyematan font, file yang dilindungi sandi, font khusus, mekanisme fallback font, dan opsi ekspor XPS.

## **Versi Microsoft PowerPoint yang Didukung**
- 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

## **Format File yang Didukung**
Tabel ini berisi format file yang dapat dimuat dan disimpan oleh Aspose.Slides untuk PHP via Java:

|**Format**|**Deskripsi**|**Muat**|**Simpan**|**Catatan**|
| :- | :- | :- | :- | :- |
|[PPT](https://docs.fileformat.com/presentation/ppt/)|Presentasi PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POT](https://docs.fileformat.com/presentation/pot/)|Templat PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPS](https://docs.fileformat.com/presentation/pps/)|Tampilan PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|Presentasi PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTX](https://docs.fileformat.com/presentation/potx/)|Templat PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSX ](https://docs.fileformat.com/presentation/ppsx/)|Tampilan PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTM](https://docs.fileformat.com/presentation/pptm/)|Presentasi PowerPoint dengan Makro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSM](https://docs.fileformat.com/presentation/ppsm/)|Tampilan PowerPoint dengan Makro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTM](https://docs.fileformat.com/presentation/potm/)|Templat PowerPoint dengan Makro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[ODP/FODP](https://docs.fileformat.com/presentation/odp/)|Presentasi OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[OTP](https://docs.fileformat.com/presentation/otp/)|Templat Presentasi OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[TIFF](https://docs.fileformat.com/image/tiff/)|Format File Gambar Tag| |{{< emoticons/tick >}}| |
|[EMF](https://docs.fileformat.com/image/emf/)|Format Metafile Ditingkatkan| |{{< emoticons/tick >}}| |
|[PDF](https://docs.fileformat.com/pdf/)|Format Dokumen Portabel|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XPS](https://docs.fileformat.com/page-description-language/xps/)|Spesifikasi Kertas XML| |{{< emoticons/tick >}}| |
|[JPEG](https://docs.fileformat.com/image/jpeg/)|Joint Photographic Experts Group| |{{< emoticons/tick >}}| |
|[PNG](https://docs.fileformat.com/image/png/)|Grafik Jaringan Portabel| |{{< emoticons/tick >}}| |
|[GIF](https://docs.fileformat.com/image/gif/)|Format Pertukaran Grafik| |{{< emoticons/tick >}}| |
|[BMP](https://docs.fileformat.com/image/bmp/)|Bitmap Bebas Perangkat| |{{< emoticons/tick >}}| |
|[SVG](https://docs.fileformat.com/page-description-language/svg/)|Grafik Vektor Skalabel| |{{< emoticons/tick >}}| |
|[SWF](https://docs.fileformat.com/page-description-language/swf/)|Format Web Kecil| |{{< emoticons/tick >}}| |
|[HTML](https://docs.fileformat.com/web/html/)|Bahasa Markah Hiperteks|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XAML](https://docs.fileformat.com/web/xaml/)|Bahasa Markah Aplikasi yang Dapat Diperluas| |{{< emoticons/tick >}}| |
|[MD](https://docs.fileformat.com/word-processing/md/)|Markdown| |{{< emoticons/tick >}}| |
|[XML](https://docs.fileformat.com/web/xml/)|Presentasi XML PowerPoint| |{{< emoticons/tick >}}| |

## **FAQ**

**Apakah saya dapat menyimpan presentasi ke PDF yang memenuhi standar arsip dan aksesibilitas (PDF/A dan PDF/UA)?**

Ya. Aspose.Slides mendukung mengekspor ke PDF dengan tingkat kepatuhan seperti PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, serta PDF/UA melalui pengaturan [compliance](https://reference.aspose.com/slides/id/php-java/aspose.slides/pdfoptions/setcompliance/) dalam [PDF export options](https://reference.aspose.com/slides/id/php-java/aspose.slides/pdfoptions/).

**Apakah pustaka ini mendukung penyematan font saat mengekspor ke PDF, dengan kontrol detail atas apa yang disematkan?**

Ya. Anda dapat mengontrol apakah font disematkan penuh atau subset (hanya glif yang digunakan), menentukan bagaimana font sistem umum diperlakukan, dan mengkonfigurasi perilaku untuk teks ASCII melalui [PDF export options](https://reference.aspose.com/slides/id/php-java/aspose.slides/pdfoptions/).

**Apakah saya dapat mendeteksi apakah sebuah file dilindungi sandi sebelum benar‑benarnya memuatnya?**

Ya. Dengan menggunakan [factory-based inspection API](https://reference.aspose.com/slides/id/php-java/aspose.slides/presentationfactory/), Anda dapat menanyakan file presentasi untuk menentukan apakah file tersebut dilindungi sandi tanpa harus membukanya sepenuhnya.

**Apakah ada mekanisme fallback font dan dukungan untuk font khusus?**

Ya. Pustaka ini mendukung [loading](/slides/id/php-java/custom-font/) dan [embedding](/slides/id/php-java/embedded-font/) font khusus serta menyediakan [fallback rules](/slides/id/php-java/fallback-font/) font untuk mencegah hilangnya glif selama render dan konversi.

**Apakah saya dapat mengekspor slide ke XPS, dan apakah ada opsi untuk menyesuaikan output XPS?**

Ya. [Export to XPS](/slides/id/php-java/convert-powerpoint-to-xps/) didukung, dan Anda dapat menyesuaikan [save options](https://reference.aspose.com/slides/id/php-java/aspose.slides/xpsoptions/) yang relevan untuk mengontrol kualitas output dan konten dokumen XPS.
