Convert class
Contents
[
Hide
]Convert class
Represents a group of methods intended to convert Presentation.
The Convert type exposes the following members:
Methods
| Method | Description |
|---|---|
to_pdf | Converts Presentation to PDF. |
to_pdf | Converts Presentation to PDF. |
to_pdf | Converts Presentation to PDF. |
to_pdf | Converts Presentation to PDF. |
to_svg | Converts Presentation to SVG. |
to_svg | Converts Presentation to SVG. |
to_jpeg | Converts the input presentation to a set of JPEG format images. If the output file name is given as “myPath/myFilename.jpeg”, the result will be saved as a set of “myPath/myFilename_N.jpeg” files, where N is a slide number. |
to_jpeg | Converts the input presentation to a set of JPEG format images. If the output file name is given as “myPath/myFilename.jpeg”, the result will be saved as a set of “myPath/myFilename_N.jpeg” files, where N is a slide number. |
to_jpeg | Converts the input presentation to a set of JPEG format images. If the output file name is given as “myPath/myFilename.jpeg”, the result will be saved as a set of “myPath/myFilename_N.jpeg” files, where N is a slide number. |
to_png | Converts the input presentation to a set of PNG format images. If the output file name is given as “myPath/myFilename.png”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number. |
to_png | Converts the input presentation to a set of PNG format images. If the output file name is given as “myPath/myFilename.png”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number. |
to_png | Converts the input presentation to a set of PNG format images. If the output file name is given as “myPath/myFilename.png”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number. |
to_tiff | Converts the input presentation to a set of TIFF format images. If the output file name is given as “myPath/myFilename.tiff”, the result will be saved as a set of “myPath/myFilename_N.tiff” files, where N is a slide number. |
to_tiff | Converts the input presentation to TIFF format with custom options. If the output file name is given as “myPath/myFilename.tiff” and multipage is false,the result will be saved as a set of “myPath/myFilename_N.tiff” files, where N is a slide number. Otherwise, if multipage is true, the result will be a multi-page “myPath/myFilename.tiff” document. |
auto_by_extension | Converts Presentation using the passed output path extension to determine the required export format. |
See Also
- class
Presentation - module
aspose.slides.lowcode - library
Aspose.Slides