Converter.ConvertEPUB

Contents
[ ]

ConvertEPUB(Stream, ImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Stream stream, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, ImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, ConfigurationImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Stream stream, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, ConfigurationImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlConfigurationImageSaveOptions, string)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, ImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Stream stream, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, ImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Stream stream, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlConfigurationImageSaveOptionsICreateStreamProvider)

Convert epub source to image. Result is image file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, XpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, XpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlXpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, ConfigurationXpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, ConfigurationXpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlConfigurationXpsSaveOptions, string)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, XpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, XpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlXpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlConfigurationXpsSaveOptionsICreateStreamProvider)

Convert epub source to xps. Result is xps file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, DocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Stream stream, DocSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, DocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(string sourcePath, DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlDocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, ConfigurationDocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, ConfigurationDocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlConfigurationDocSaveOptions, string)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, DocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Stream stream, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, DocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlDocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlConfigurationDocSaveOptionsICreateStreamProvider)

Convert EPUB source to DOCX. Result is docx file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, PdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Stream stream, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, PdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlPdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, ConfigurationPdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(string, ConfigurationPdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(UrlConfigurationPdfSaveOptions, string)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertEPUB(Stream, PdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Stream stream, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, PdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlPdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(Stream, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(string, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringEPUB source file path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertEPUB(UrlConfigurationPdfSaveOptionsICreateStreamProvider)

Convert epub source to pdf. Result is pdf file.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also