convert method

convert

Converts the source document and saves the whole converted document.

Learn more

def convert(self, file_path, convert_options):
    ...
Parameter Type Description
file_path str The file path to the source document.
convert_options ConvertOptions The convert options specific to desired target file type.

See Also