Home
last modified time | relevance | path

Searched refs:convert_to_pdf (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php55 function convert_to_pdf($path_to_html, $path_to_pdf) { function
95 convert_to_pdf("../temp/test.html", "../out/test.pdf");
H A Dsample.simplest.from.memory.php72 function convert_to_pdf($html, $path_to_pdf, $base_path='') { function
112 convert_to_pdf(file_get_contents('../temp/long.html'), '../out/test.pdf');
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php6 function convert_to_pdf($pdf) { function
96 convert_to_pdf("test");