Altsoft Xml2PDF Server Library

Xml2PDFConnector.Xhtml2PDF Method

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

Overload List

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

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

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

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

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

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

Formats specified XHTML stream and saves it as PDF stream.

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

Formats specified XHTML file and saves it as PDF document.

public static Xml2PDFLog Xhtml2PDF(string,string);

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

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

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

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

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

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

See Also

Xml2PDFConnector Class | Altsoft.Xml2PDF Namespace