Getting Started
Overview
This section helps you prepare your environment and start using Aspose.Slides for Python via Java. Follow the setup steps below, then explore the library’s capabilities and the guidance relevant to your project.
Set Up the Library
- Review the System Requirements to check the operating system, Python, Java, and JPype requirements.
- Follow the Installation guide to install the required packages and verify the setup with an example.
- Read Evaluate Aspose.Slides to understand evaluation limitations and temporary license options.
- Follow the Licensing guide to apply your license.
Explore Features and Compatibility
- Product Overview introduces the library and its presentation processing capabilities.
- Supported File Formats lists the formats available for loading, importing, saving, and exporting presentations.
- Features Overview summarizes conversion, rendering, editing, and formatting features.
- Limitations and API Differences explains limitations and differences to consider when using the Java API from Python.
Get Help
See Product Support for troubleshooting guidance, issue reporting instructions, and links to additional resources.
FAQ
Where should I start if I have never used Aspose.Slides for Python via Java?
Start with the System Requirements and Installation guides linked above. The installation guide includes an example you can run to verify your environment.
Where can I check whether the library supports my presentation format?
Use Supported File Formats to check input and output formats, then consult Features Overview for the operations available for your task.
What should I read before adapting Java examples for Python?
Read Limitations and API Differences for guidance on imports, resource cleanup, and file handling in Python via Java.