Altsoft Xml2PDF Server Library

Xml2PDFConnector.Svg2PDF Method

Formats specified SVG stream and saves it as PDF stream using specified configuration options.

Overload List

Formats specified SVG stream and saves it as PDF stream using specified configuration options.

public static Xml2PDFLog Svg2PDF(Stream,Stream,Xml2PDFConfig,string);

Transforms XML stream to SVG stream using a stylesheet, formats SVG stream, saves it as PDF stream using specified configuration options.

public static Xml2PDFLog Svg2PDF(Stream,Stream,Stream,Xml2PDFConfig,string);

Transforms XML stream to SVG stream using a stylesheet, formats SVG stream, saves it as PDF stream.

public static Xml2PDFLog Svg2PDF(Stream,Stream,Stream,string);

Formats specified SVG stream and saves it as PDF stream.

public static Xml2PDFLog Svg2PDF(Stream,Stream,string);

Formats specified SVG file and saves it as PDF document.

public static Xml2PDFLog Svg2PDF(string,string);

Formats specified SVG file and saves it as PDF document using specified configuration options.

public static Xml2PDFLog Svg2PDF(string,string,Xml2PDFConfig);

Transforms XML file to SVG file using a stylesheet, formats SVG file and saves it as PDF document.

public static Xml2PDFLog Svg2PDF(string,string,string);

Transforms XML file to SVG file using a stylesheet, formats SVG file, saves it as PDF document using specified configuration options.

public static Xml2PDFLog Svg2PDF(string,string,string,Xml2PDFConfig);

See Also

Xml2PDFConnector Class | Altsoft.Xml2PDF Namespace