convert_svg method
convert_svg
Convert svg document to xps.Result is xps file.
def convert_svg(self, source, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source | SVGDocument | Conversion source. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
url | Url | Source document URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, document, options, provider):
...
Parameter | Type | Description |
---|---|---|
document | SVGDocument | Conversion source. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source | SVGDocument | Conversion source. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, document, options, provider):
...
Parameter | Type | Description |
---|---|---|
document | SVGDocument | Conversion source. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source | SVGDocument | Conversion source. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg document to image. Result is image file.
def convert_svg(self, url, options, output_path):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg document to image. Result is image file.
def convert_svg(self, source_path, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to image. Result is image file.
def convert_svg(self, document, options, provider):
...
Parameter | Type | Description |
---|---|---|
document | SVGDocument | Conversion source. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | Source document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, content, base_uri, options, output_path):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, url, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, content, base_uri, options, output_path):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, url, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Source document content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg document to image. Result is image file.
def convert_svg(self, source_path, configuration, options, output_path):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg document to image. Result is image file.
def convert_svg(self, content, base_uri, options, output_path):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to image. Result is image file.
def convert_svg(self, url, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
source_path | str | Svg file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to xps. Result is xps file.
def convert_svg(self, content, base_uri, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.XpsSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to pdf. Result is pdf file.
def convert_svg(self, content, base_uri, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.PdfSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation 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):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
output_path | str | Output file path. |
convert_svg
Convert svg source to image. Result is image file.
def convert_svg(self, content, base_uri, configuration, options, provider):
...
Parameter | Type | Description |
---|---|---|
content | str | Inline string svg content. |
base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | aspose.svg.saving.ImageSaveOptions | Conversion options. |
provider | aspose.svg.io.ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- module
aspose.svg.converters
- class
Converter
- class
ICreateStreamProvider