get_presentation_info method
get_presentation_info
Gets info about presentation in specified file.
Returns
Presentation info
def get_presentation_info(self, file):
...
Parameter | Type | Description |
---|---|---|
file | str | Presentation file. |
get_presentation_info
Gets info about presentation in specified stream.
Returns
Presentation info.
def get_presentation_info(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Presentation stream. |
See Also
- class
IPresentationFactory
- class
IPresentationInfo
- module
aspose.slides
- library
Aspose.Slides