convert_svg method

convert_svg

Convert svg document to xps.Result is xps file.

def convert_svg(self, source, options, output_path):
    ...
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, url, options, output_path):
    ...
ParameterTypeDescription
urlUrlSource document URL.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to xps. Result is xps file.

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

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, document, options, provider):
    ...
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, url, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to xps. Result is xps file.

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

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, source, options, output_path):
    ...
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, url, options, output_path):
    ...
ParameterTypeDescription
urlUrlThe document URL.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to pdf. Result is pdf file.

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

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, document, options, provider):
    ...
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, url, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to pdf. Result is pdf file.

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

convert_svg

Convert svg document to image. Result is image file.

def convert_svg(self, source, options, output_path):
    ...
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg document to image. Result is image file.

def convert_svg(self, url, options, output_path):
    ...
ParameterTypeDescription
urlUrlThe document URL.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg document to image. Result is image file.

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

convert_svg

Convert svg source to image. Result is image file.

def convert_svg(self, document, options, provider):
    ...
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to image. Result is image file.

def convert_svg(self, url, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to image. Result is image file.

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

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, url, configuration, options, output_path):
    ...
ParameterTypeDescription
urlUrlSource document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to xps. Result is xps file.

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

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, content, base_uri, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, url, configuration, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to xps. Result is xps file.

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

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, content, base_uri, options, provider):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, url, configuration, options, output_path):
    ...
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to pdf. Result is pdf file.

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

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, content, base_uri, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, url, configuration, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to pdf. Result is pdf file.

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

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, content, base_uri, options, provider):
    ...
ParameterTypeDescription
contentstrSource document content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg document to image. Result is image file.

def convert_svg(self, url, configuration, options, output_path):
    ...
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg document to image. Result is image file.

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

convert_svg

Convert svg document to image. Result is image file.

def convert_svg(self, content, base_uri, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to image. Result is image file.

def convert_svg(self, url, configuration, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to image. Result is image file.

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

convert_svg

Convert svg source to image. Result is image file.

def convert_svg(self, content, base_uri, options, provider):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, content, base_uri, configuration, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to xps. Result is xps file.

def convert_svg(self, content, base_uri, configuration, options, provider):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.XpsSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, content, base_uri, configuration, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to pdf. Result is pdf file.

def convert_svg(self, content, base_uri, configuration, options, provider):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.PdfSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert svg document to image. Result is image file.

def convert_svg(self, content, base_uri, configuration, options, output_path):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert svg source to image. Result is image file.

def convert_svg(self, content, base_uri, configuration, options, provider):
    ...
ParameterTypeDescription
contentstrInline string svg content.
base_uristrThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsaspose.svg.saving.ImageSaveOptionsConversion options.
provideraspose.svg.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also