convert_epub method

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, stream, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_path, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_url, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, stream, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_path, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_url, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, stream, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_path, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_url, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, stream, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_path, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_url, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, stream, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_path, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_url, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, stream, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_path, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_url, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, stream, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_path, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_url, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, stream, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_path, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_url, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, stream, configuration, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_path, configuration, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_url, configuration, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, stream, configuration, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_path, configuration, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to xps. Result is xps file.

def convert_epub(self, source_url, configuration, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, stream, configuration, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_path, configuration, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_url, configuration, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, stream, configuration, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_path, configuration, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert EPUB source to DOCX. Result is docx file.

def convert_epub(self, source_url, configuration, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, stream, configuration, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_path, configuration, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_url, configuration, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, stream, configuration, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_path, configuration, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to pdf. Result is pdf file.

def convert_epub(self, source_url, configuration, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, stream, configuration, options, output_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_path, configuration, options, output_path):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_url, configuration, options, output_path):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, stream, configuration, options, provider):
    ...
ParameterTypeDescription
streamio.RawIOBaseConversion source.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_path, configuration, options, provider):
    ...
ParameterTypeDescription
source_pathstrEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_epub

Convert epub source to image. Result is image file.

def convert_epub(self, source_url, configuration, options, provider):
    ...
ParameterTypeDescription
source_urlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also