convert_svg method

convert_svg

Convert svg document to xps.Result is xps file.

def convert_svg(self, source, options, output_path):
    ...
ParameterTypeDescription
sourceaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.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.html.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.html.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
documentaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert SVG document to DOCX. Result is docx file.

def convert_svg(self, source, options, output_path):
    ...
ParameterTypeDescription
sourceaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert SVG document to DOCX. Result is docx file.

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

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert SVG document to DOCX. Result is docx file.

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

convert_svg

Convert SVG document to DOCX. Result is docx file.

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

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
provideraspose.html.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
sourceaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.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.html.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.html.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
documentaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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
sourceaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.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.html.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.html.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
documentaspose.html.dom.svg.SVGDocumentConversion source.
optionsaspose.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.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.html.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.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert SVG document to DOCX. Result is docx file.

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

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert SVG document to DOCX. Result is docx file.

def convert_svg(self, url, configuration, options, provider):
    ...
ParameterTypeDescription
urlUrlThe document 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_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
provideraspose.html.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.html.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.html.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.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.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.html.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.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.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.html.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.html.saving.XpsSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
output_pathstrOutput file path.

convert_svg

Convert SVG document to DOCX. Result is docx 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.html.saving.DocSaveOptionsConversion options.
provideraspose.html.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.html.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.html.saving.PdfSaveOptionsConversion options.
provideraspose.html.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.html.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.html.saving.ImageSaveOptionsConversion options.
provideraspose.html.io.ICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also