Altsoft Xml2PDF Server Library

Xml2PDFConnector.Fo2PDF Method

Formats specified XSL-FO stream and saves it as PDF stream using specified configuration options.

Overload List

Formats specified XSL-FO stream and saves it as PDF stream using specified configuration options.

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

Transforms XML stream to XSL-FO stream using a stylesheet, formats FO stream and saves it as PDF stream using specified configuration options.

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

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

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

Formats specified XSL-FO stream and saves it as PDF stream.

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

Transforms XML stream to XSL-FO stream using a stylesheet specified by its location, formats FO stream and saves it as PDF stream using specified configuration options.

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

Transforms XML stream to XSL-FO stream using a stylesheet specified by its location, formats FO stream and saves it as PDF stream.

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

Formats specified XSL-FO file and saves it as PDF document.

public static Xml2PDFLog Fo2PDF(string,string);

Formats specified XSL-FO file and saves it as PDF document using specified configuration options.

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

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

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

Transforms XML file to XSL-FO file using a stylesheet, formats fo file and saves it as PDF document using specified configuration options.

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

See Also

Xml2PDFConnector Class | Altsoft.Xml2PDF Namespace