示例#1
0
        private static bool PrintToPDF(string AFilename, HtmlDocument AHTMLDocument)
        {
            // transform the HTML output to pdf file
            HTMLTemplateProcessor.HTMLToPDF(AHTMLDocument, AFilename);

            return(true);
        }
示例#2
0
        private bool PrintToPDF(string AFilename)
        {
            // transform the HTML output to pdf file
            HTMLTemplateProcessor.HTMLToPDF(FHTMLDocument, AFilename);

            return(true);
        }