auto_by_extension method

auto_by_extension

Converts Presentation using the passed output path extension to determine the required export format.

@staticmethod
def auto_by_extension(pres_path, out_path):
    ...
ParameterTypeDescription
pres_pathstrPath of the input presentation
out_pathstrOutput path

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentOutOfRangeException))

See Also