convert_with_callback_per_page method

convert_with_callback_per_page

Converts the source document and saves the converted document page by page.

Learn more

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

See Also