EbookSaveOptions constructor

init

Creates options for saving ebook file.

def __init__(self):
    ...

init

Creates options for saving ebook file.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe file format.
It should be SaveFormat.EPUB or SaveFormat.AZW3.

See Also