Formats specified XHTML stream and saves it as PDF stream using specified configuration options.
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);
Xml2PDFConnector Class | Altsoft.Xml2PDF Namespace