--- id: aspose-slides version: "26.7.0" license: https://about.aspose.com/legal/eula/ license_treatment: unclear maintenance: active --- # aspose-slides — Aspose.Slides for Python via .NET is a presentation file formats processing library for working with Microsoft PowerPoint files without using Microsoft PowerPoint. License: unclear · Maintenance: active · Downloads: 197.6K/mo ## What it is and what it does Aspose.Slides is a commercial presentation-processing library that lets you build, edit, and convert PowerPoint and OpenDocument presentations entirely in Python without installing Microsoft Office. It handles the full lifecycle: loading existing presentations, modifying slides and shapes, adding charts and media, and exporting to multiple formats including PDF, HTML, SVG, and images. The package is platform-independent and works on Windows, macOS, and Linux. The library operates as a self-contained on-premise component—no cloud service or external dependency on PowerPoint. It supports a broad range of presentation formats (PPTX, PPT, ODP, OTP) and can import from PDF. Common workflows include automating report generation, batch-converting presentations, building web-based presentation editors, and programmatically constructing slides from templates. Installation requires a system library (libgdiplus) on Unix-like systems. Use it for: - Automate bulk conversion of PowerPoint files to PDF or other formats in a batch pipeline - Generate presentation reports programmatically from data or templates without manual slide creation - Build a web application that accepts presentations, modifies them, and exports to a different format - Extract or manipulate slide content (shapes, text, charts) from existing presentations - Convert PDF documents into editable PowerPoint presentations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Aspose.Slides generates, modifies, converts, and renders PowerPoint presentations (PPTX, PPT, ODP) to PDF, Word, images, HTML, SVG, and other formats without requiring Microsoft PowerPoint. Yes, with conditions. The package is actively maintained and offers comprehensive presentation-handling capabilities. However, the proprietary license (unclear treatment) requires careful review before use in production or commercial projects. The system dependency (libgdiplus) adds setup friction on macOS and Linux. If your license terms are acceptable and you need native presentation manipulation without Office, this is a solid choice; otherwise, explore open-source alternatives. ## Install pip install aspose-slides uv add aspose-slides poetry add aspose-slides ## Installing aspose-slides Before you install: Medium install friction: platform-specific wheels for Windows, macOS (Intel and ARM), and Linux. macOS and Linux require libgdiplus as a system dependency (brew install mono-libgdiplus on macOS, apt-get on Linux). Last release 39 days ago; maintenance status is active. License in practice: License treatment is unclear. The package uses a proprietary EULA (https://about.aspose.com/legal/eula/) and is classified as 'Free To Use But Restricted' and 'Other/Proprietary License'. Review the EULA before deploying in production or commercial contexts. Quickstart: pip install aspose-slides import aspose.slides as slides with slides.Presentation() as presentation: slide = presentation.slides[0] slide.shapes.add_auto_shape(slides.ShapeType.LINE, 50, 150, 300, 0) presentation.save("output.pptx", slides.export.SaveFormat.PPTX) On macOS, install libgdiplus via brew: brew install mono-libgdiplus. On Linux, install via apt-get: sudo apt-get install libgdiplus. Verify before relying: - Whether the proprietary license permits free use in all contexts (commercial, internal, open-source) or has restrictions - Performance characteristics and memory footprint for large presentations or batch conversions - Whether the package requires a network connection or license activation after installation ## Package facts - License: https://about.aspose.com/legal/eula/ (unclear) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 197.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags powerpoint manipulation python, pptx generation and conversion, presentation to pdf converter, create edit presentations programmatically, powerpoint file processing library, ppt pptx odp format handling, presentation rendering export, presentation-automation, office-file-processing, format-conversion [View on SkillFed](https://skillfed.io/packages/aspose-slides) · [View on PyPI](https://pypi.org/project/aspose-slides/)