AutoByExtension()
Convert::AutoByExtension(System::String, System::String) method
Converts Presentation using the passed output path extension to determine the required export format.
static void Aspose::Slides::LowCode::Convert::AutoByExtension(System::String presPath, System::String outPath)
Arguments
Parameter | Type | Description |
---|---|---|
presPath | System::String | Path of the input presentation |
outPath | System::String | Output path |
Remarks
Convert::AutoByExtension(u"pres.pptx", u"pres.pdf");
See Also
- Class String
- Class Convert
- Namespace Aspose::Slides::LowCode
- Library Aspose.Slides