Home
last modified time | relevance | path

Searched refs:path_to_pdf (Results 1 – 2 of 2) 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) { argument
65 $pipeline->destination = new MyDestinationFile($path_to_pdf);
H A Dsample.simplest.from.memory.php72 function convert_to_pdf($html, $path_to_pdf, $base_path='') { argument
82 $pipeline->destination = new MyDestinationFile($path_to_pdf);