EbookSaveOptions costruttore

__init__(self)

Crea opzioni per salvare il file ebook.


def __init__(self):
    ...

__init__(self, salva_formato)

Crea opzioni per salvare il file ebook.


def __init__(self, save_format):
    ...
ParametroTipoDescrizione
save_formatSaveFormatIl formato del file.
Dovrebbe essere SaveFormat.EPUB o SaveFormat.AZW3.

Guarda anche