# Formatos de archivo compatibles

> Descubre todos los formatos de archivo que Aspose.Slides para PHP a través de Java puede abrir, guardar y convertir — incluidos PPT, PPTX y ODP — con notas claras de soporte de importación/exportación.

Source: https://docs.aspose.com/slides/es/php-java/supported-file-formats/
Updated: 2025-12-30


## **Versiones de Microsoft PowerPoint compatibles**
- 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 para MAC
- Office 365

## **Formatos de archivo compatibles**
Esta tabla contiene los formatos de archivo que Aspose.Slides for PHP via Java puede cargar y guardar:

|**Formato**|**Descripción**|**Cargar**|**Guardar**|**Observaciones**|
| :- | :- | :- | :- | :- |
|[PPT](https://docs.fileformat.com/presentation/ppt/)|Presentación PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POT](https://docs.fileformat.com/presentation/pot/)|Plantilla PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPS](https://docs.fileformat.com/presentation/pps/)|Show PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|Presentación PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTX](https://docs.fileformat.com/presentation/potx/)|Plantilla PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSX](https://docs.fileformat.com/presentation/ppsx/)|Show PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPTM](https://docs.fileformat.com/presentation/pptm/)|Presentación con macros PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSM](https://docs.fileformat.com/presentation/ppsm/)|Show con macros PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTM](https://docs.fileformat.com/presentation/potm/)|Plantilla con macros PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[ODP/FODP](https://docs.fileformat.com/presentation/odp/)|Presentación OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[OTP](https://docs.fileformat.com/presentation/otp/)|Plantilla OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[TIFF](https://docs.fileformat.com/image/tiff/)|Formato de archivo de imagen etiquetado| |{{< emoticons/tick >}}| |
|[EMF](https://docs.fileformat.com/image/emf/)|Formato Enhanced Metafile| |{{< emoticons/tick >}}| |
|[PDF](https://docs.fileformat.com/pdf/)|Formato de documento portátil|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XPS](https://docs.fileformat.com/page-description-language/xps/)|Especificación XML Paper| |{{< emoticons/tick >}}| |
|[JPEG](https://docs.fileformat.com/image/jpeg/)|Joint Photographic Experts Group| |{{< emoticons/tick >}}| |
|[PNG](https://docs.fileformat.com/image/png/)|Portable Network Graphics| |{{< emoticons/tick >}}| |
|[GIF](https://docs.fileformat.com/image/gif/)|Graphics Interchange Format| |{{< emoticons/tick >}}| |
|[BMP](https://docs.fileformat.com/image/bmp/)|Bitmap independiente del dispositivo| |{{< emoticons/tick >}}| |
|[SVG](https://docs.fileformat.com/page-description-language/svg/)|Scalable Vector Graphics| |{{< emoticons/tick >}}| |
|[SWF](https://docs.fileformat.com/page-description-language/swf/)|Small Web Format| |{{< emoticons/tick >}}| |
|[HTML](https://docs.fileformat.com/web/html/)|Lenguaje de marcado de hipertexto|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XAML](https://docs.fileformat.com/web/xaml/)|Lenguaje de marcado de aplicaciones extensible| |{{< emoticons/tick >}}| |
|[MD](https://docs.fileformat.com/word-processing/md/)|Markdown| |{{< emoticons/tick >}}| |
|[XML](https://docs.fileformat.com/web/xml/)|Presentación PowerPoint XML| |{{< emoticons/tick >}}| |

## **FAQ**

**¿Puedo guardar presentaciones en PDF que cumplan con los estándares de archivado y accesibilidad (PDF/A y PDF/UA)?**

Sí. Aspose.Slides admite la exportación a PDF con niveles de cumplimiento como PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, así como PDF/UA mediante la configuración [compliance](https://reference.aspose.com/slides/php-java/aspose.slides/pdfoptions/setcompliance/) en las [opciones de exportación a PDF](https://reference.aspose.com/slides/php-java/aspose.slides/pdfoptions/).

**¿La biblioteca admite la incrustación de fuentes al exportar a PDF, con control granular sobre lo que se incrusta?**

Sí. Puedes controlar si las fuentes se incrustan completamente o de forma parcial (solo los glifos usados), especificar cómo se tratan las fuentes del sistema comunes y configurar el comportamiento para texto ASCII mediante las [opciones de exportación a PDF](https://reference.aspose.com/slides/php-java/aspose.slides/pdfoptions/).

**¿Puedo detectar si un archivo está protegido con contraseña antes de cargarlo?**

Sí. Utilizando la [API de inspección basada en fábricas](https://reference.aspose.com/slides/php-java/aspose.slides/presentationfactory/), puedes consultar un archivo de presentación para determinar si está protegido con contraseña sin abrirlo completamente.

**¿Existen mecanismos de sustitución de fuentes y soporte para fuentes personalizadas?**

Sí. La biblioteca admite [cargar](/slides/es/php-java/custom-font/) y [incrustar](/slides/es/php-java/embedded-font/) fuentes personalizadas y proporciona [reglas de sustitución de fuentes](/slides/es/php-java/fallback-font/) para evitar glifos faltantes durante la renderización y conversión.

**¿Puedo exportar diapositivas a XPS y hay opciones para ajustar la salida XPS?**

Sí. [Exportar a XPS](/slides/es/php-java/convert-powerpoint-to-xps/) está soportado, y puedes ajustar las [opciones de guardado relevantes](https://reference.aspose.com/slides/php-java/aspose.slides/xpsoptions/) para controlar la calidad y el contenido del documento XPS.
