convert_epub method
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, stream, options, output_path):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, source_url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, stream, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, source_url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, stream, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, source_url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, stream, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, source_url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, stream, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, source_url, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to xps. Result is xps file.
def convert_epub(self, stream, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.XpsSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, source_url, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert EPUB source to DOCX. Result is docx file.
def convert_epub(self, stream, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.DocSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, source_url, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to pdf. Result is pdf file.
def convert_epub(self, stream, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.PdfSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, source_url, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_epub
Convert epub source to image. Result is image file.
def convert_epub(self, stream, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | Conversion source. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | EPUB source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_url | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | aspose.html.saving.ImageSaveOptions | Conversion options. |
provider | aspose.html.io.ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- module
aspose.html.converters
- class
Converter
- class
ICreateStreamProvider