convert_with_callback method

convert_with_callback

Converts source document. Saves the whole converted document.

Learn more

def convert_with_callback(self, convert_options, callback):
    ...
Parameter Type Description
convert_options ConvertOptions The convert options specific to desired target file type.
callback System.Action1[[GroupDocs.Conversion.ConvertedContext, GroupDocs.Conversion, Version=26.3.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56]]`

See Also