Altsoft Xml2PDF Server Library

Xml2PDFConnector.Xml2PDF Method

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

Overload List

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

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

Formats specified XML stream and saves it as PDF stream.

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

Formats specified XML file and saves it as PDF document.

public static Xml2PDFLog Xml2PDF(string,string);

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

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

See Also

Xml2PDFConnector Class | Altsoft.Xml2PDF Namespace