ConvertSVG
ConvertSVG(SVGDocument, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
source | SVGDocument | 转化来源。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class SVGDocument
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, PdfSaveOptions, string)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class PdfSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(SVGDocument document, PdfSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
document | SVGDocument | 转化来源。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class SVGDocument
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 源文档内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)
将 svg 源转换为 pdf。结果是pdf文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | PdfSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(SVGDocument, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
source | SVGDocument | 转化来源。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class SVGDocument
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, ImageSaveOptions, string)
将 svg 文档转换为图像。结果是图像文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class ImageSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(SVGDocument document, ImageSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
document | SVGDocument | 转化来源。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class SVGDocument
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)
将 svg 源转换为图像。结果是图像文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | ImageSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(SVGDocument, XpsSaveOptions, string)
将 svg 文档转换为 xps。结果是 xps 文件。
public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
source | SVGDocument | 转化来源。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class SVGDocument
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 源文档 URL。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 源文档 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, XpsSaveOptions, string)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, string outputPath)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
outputPath | String | 输出文件路径。 |
也可以看看
- class Configuration
- class XpsSaveOptions
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(SVGDocument document, XpsSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
document | SVGDocument | 转化来源。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class SVGDocument
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
url | Url | 文档 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
sourcePath | String | svg 文件源路径。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG
ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)
将 svg 源转换为 xps。结果是 xps 文件。
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
范围 | 类型 | 描述 |
---|---|---|
content | String | 内联字符串 svg 内容。 |
baseUri | String | 文档的基本 URI。它将与当前目录路径结合形成一个绝对 URL。 |
configuration | Configuration | 环境配置。 |
options | XpsSaveOptions | 转换选项。 |
provider | ICreateStreamProvider | 的实施ICreateStreamProvider 接口,用于获取输出流。 |
也可以看看
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- 命名空间 Aspose.Svg.Converters
- 部件 Aspose.SVG