AutoByExtension
Convert.AutoByExtension method
Converts Presentation using the passed output path extension to determine the required export format.
public static void AutoByExtension(string presPath, string outPath)
| Parameter | Type | Description |
|---|---|---|
| presPath | String | Path of the input presentation |
| outPath | String | Output path |
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException |
Examples
Aspose.Slides.LowCode.Convert.AutoByExtension("pres.pptx", "pres.pdf");
See Also
- class Convert
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides