convert_multiple method

convert_multiple

Converts source document to multiple documents of the output format.

def convert_multiple(self, output_folder, convert_options):
    ...
Parameter Type Description
output_folder str Output folder path. File
convert_options groupdocs.conversion.options.convert.ConvertOptions The convert options specific to desired target file type.

See Also