Click or drag to resize
ConverterConvertSVG Method (String, XpsSaveOptions, String)
Convert svg source to xps. Result is xps file.

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static void ConvertSVG(
	string sourcePath,
	XpsSaveOptions options,
	string outputPath
)

Parameters

sourcePath
Type: SystemString
Svg file source path.
options
Type: Aspose.Html.SavingXpsSaveOptions
Conversion options.
outputPath
Type: SystemString
Output file path.
See Also