# Formati di file supportati

> Scopri tutti i formati di file che Aspose.Slides per Node.js via Java può aprire, salvare e convertire — includendo PPT, PPTX e ODP — con chiare note di supporto per import/export.

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

## **Panoramica**

Aspose.Slides supporta file di presentazione da Microsoft PowerPoint 97 fino a Office 365, inclusi Microsoft PowerPoint per Mac. Questo articolo elenca le versioni di PowerPoint supportate dalla libreria e fornisce una tabella dei formati di file che possono essere caricati, salvati o entrambi.

L’articolo risponde inoltre a domande comuni su conformità PDF, incorporamento dei font, file protetti da password, font personalizzati, fallback dei font e opzioni di esportazione XPS.

## **Versioni Microsoft PowerPoint supportate**
- 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

## **Formati file supportati**
Questa tabella contiene i formati di file che Aspose.Slides per Node.js via Java può caricare e salvare:

|**Formato**|**Descrizione**|**Carica**|**Salva**|**Note**|
| :- | :- | :- | :- | :- |
|[PPT](https://docs.fileformat.com/presentation/ppt/)|Presentazione PowerPoint 97-2003|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POT](https://docs.fileformat.com/presentation/pot/)|Modello 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/)|Presentazione PowerPoint|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTX](https://docs.fileformat.com/presentation/potx/)|Modello 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/)|Presentazione PowerPoint con macro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[PPSM](https://docs.fileformat.com/presentation/ppsm/)|Show PowerPoint con macro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[POTM](https://docs.fileformat.com/presentation/potm/)|Modello PowerPoint con macro|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[ODP/FODP](https://docs.fileformat.com/presentation/odp/)|Presentazione OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[OTP](https://docs.fileformat.com/presentation/otp/)|Modello di presentazione OpenDocument|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[TIFF](https://docs.fileformat.com/image/tiff/)|Formato di file immagine Tag| |{{< emoticons/tick >}}| |
|[EMF](https://docs.fileformat.com/image/emf/)|Formato Metafile avanzato| |{{< emoticons/tick >}}| |
|[PDF](https://docs.fileformat.com/pdf/)|Formato di documento portatile|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XPS](https://docs.fileformat.com/page-description-language/xps/)|Specificazione 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/)|Device Independent Bitmap| |{{< 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/)|Hypertext Markup Language|{{< emoticons/tick >}}|{{< emoticons/tick >}}| |
|[XAML](https://docs.fileformat.com/web/xaml/)|Extensible Application Markup Language| |{{< emoticons/tick >}}| |
|[MD](https://docs.fileformat.com/word-processing/md/)|Markdown| |{{< emoticons/tick >}}| |
|[XML](https://docs.fileformat.com/web/xml/)|Presentazione PowerPoint XML| |{{< emoticons/tick >}}| |

## **FAQ**

**Posso salvare le presentazioni in PDF che soddisfano gli standard di archiviazione e accessibilità (PDF/A e PDF/UA)?**

Sì. Aspose.Slides supporta l'esportazione in PDF con livelli di conformità come PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, oltre a PDF/UA tramite l'impostazione [conformità](https://reference.aspose.com/slides/it/nodejs-java/aspose.slides/pdfoptions/setcompliance/) nelle [opzioni di esportazione PDF](https://reference.aspose.com/slides/it/nodejs-java/aspose.slides/pdfoptions/).

**La libreria supporta l'incorporamento dei font durante l'esportazione in PDF, con un controllo dettagliato su ciò che viene incorporato?**

Sì. È possibile controllare se i font sono incorporati completamente o parzialmente (solo i glifi utilizzati), specificare come vengono trattati i font di sistema più comuni e configurare il comportamento per il testo ASCII tramite le [opzioni di esportazione PDF](https://reference.aspose.com/slides/it/nodejs-java/aspose.slides/pdfoptions/).

**Posso rilevare se un file è protetto da password prima di caricarlo effettivamente?**

Sì. Utilizzando l'[API di ispezione basata su factory](https://reference.aspose.com/slides/it/nodejs-java/aspose.slides/presentationfactory/), è possibile interrogare un file di presentazione per determinare se è protetto da password senza aprirlo completamente.

**Esistono meccanismi di fallback dei font e supporto per font personalizzati?**

Sì. La libreria supporta il [caricamento](/slides/it/nodejs-java/custom-font/) e l'[incorporamento](/slides/it/nodejs-java/embedded-font/) di font personalizzati e fornisce [regole di fallback dei font](/slides/it/nodejs-java/fallback-font/) per evitare glifi mancanti durante il rendering e la conversione.

**Posso esportare le diapositive in XPS e ci sono opzioni per regolare l'output XPS?**

Sì. L'[esporta in XPS](/slides/it/nodejs-java/convert-powerpoint-to-xps/) è supportato e è possibile regolare le relative [opzioni di salvataggio](https://reference.aspose.com/slides/it/nodejs-java/aspose.slides/xpsoptions/) per controllare la qualità e il contenuto del documento XPS.
