Convert Presentations to Multiple Formats in Python
Introduction
This page provides an overview of presentation conversion with Aspose.Slides for Python via .NET. It summarizes supported scenarios and points to focused guides that show the exact code for exporting presentations and slides to formats such as PDF, XPS, TIFF, as well as converting between PPT and PPTX. Where relevant, the linked articles highlight format-specific options—for example, rendering notes or tuning image quality—and known limitations such as partial support in PPT→PPTX paths. Use this page to choose a target format and then follow the linked recipe.
PPT to PPTX Conversion
About PPT/PPTX
PPT is the older binary PowerPoint format (97–2003), while PPTX is the ZIP-packaged Open XML format introduced in PowerPoint 2007. Compared to PPT, PPTX typically produces smaller files, supports modern features, works well with document automation, and is recommended for long-term storage and cross-platform workflows.
Convert PPT to PPTX
Aspose.Slides supports converting PPT presentations to the PPTX format. The key advantage of using the Aspose.Slides API for this task is the simplicity of the workflow needed to achieve the desired result. In practice, you can perform the conversion with minimal code while maintaining high fidelity of slides, layouts, and media.
Presentation to PDF Conversion
About PDF
The Portable Document Format (PDF) is a file format created by Adobe Systems for exchanging documents between organizations. Its purpose is to ensure that a document’s contents are displayed with the same visual appearance regardless of the platform on which the document is viewed.
Convert Presentations to PDF
Any presentation that can be loaded in Aspose.Slides can be converted to a PDF document. You can export presentations to PDF directly with the Aspose.Slides component; no third-party libraries or the Aspose.PDF component are required.
Presentation to XPS Conversion
About XPS
The XML Paper Specification (XPS) is a page description language and fixed-document format originally developed by Microsoft. Like PDF, XPS is a fixed-layout document format designed to preserve document fidelity and provide a device-independent appearance.
Convert Presentations to XPS
Any presentation that can be loaded by Aspose.Slides can be converted to the XPS format. Aspose.Slides uses a high-fidelity page layout and rendering engine to produce output in the fixed-layout XPS format. Notably, Aspose.Slides generates XPS directly without relying on Windows Presentation Foundation (WPF).
Presentation to TIFF Conversion
About TIFF
The Tagged Image File Format (TIFF) is a raster image format known for storing multiple images (pages) in a single file. Originally developed by Aldus, it is widely supported by scanning, faxing, and other image-processing applications.
Convert Presentations to TIFF
Any document that can be loaded in Aspose.Slides can also be converted directly to a TIFF file without any third-party components. You can also optionally specify the image size for the pages in the resulting TIFF.