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

ParameterTypeDescription
presPathSystem::StringPath of the input presentation
outPathSystem::StringOutput path

Remarks

Convert::AutoByExtension(u"pres.pptx", u"pres.pdf");

See Also