Home
last modified time | relevance | path

Searched refs:a_path_to_file (Results 1 – 5 of 5) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Services/PDFGeneration/classes/renderer/wkhtmltopdf/
H A Dclass.ilWkhtmlToPdfRenderer.php126 public function createPDFFileFromHTMLFile($a_path_to_file, $config, $job) argument
128 if (is_array($a_path_to_file)) {
130 foreach ($a_path_to_file as $file) {
137 if (file_exists($a_path_to_file)) {
138 $this->runCommandLine($a_path_to_file, $job->getFilename(), $config);
148 protected function runCommandLine($a_path_to_file, $a_target, $config) argument
155 $this->appendDefaultFontStyle($a_path_to_file, $config);
167 unlink($a_path_to_file);
190 protected function appendDefaultFontStyle($a_path_to_file, $config) argument
193 $originalFile = file_get_contents($a_path_to_file) . $backupStyle;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/PDFGeneration/interfaces/
H A Dinterface.ilHtmlToPdfTransformer.php32 * @param string $a_path_to_file
35 public function createPDFFileFromHTMLFile($a_path_to_file, $a_target); argument
38 * @param string $a_path_to_file
41 public function createPDFFileFromHTMLString($a_path_to_file, $a_target); argument
/dports/www/ilias6/ILIAS-6.14/Services/PDFGeneration/interfaces/
H A Dinterface.ilHtmlToPdfTransformer.php32 * @param string $a_path_to_file
35 public function createPDFFileFromHTMLFile($a_path_to_file, $a_target); argument
38 * @param string $a_path_to_file
41 public function createPDFFileFromHTMLString($a_path_to_file, $a_target); argument
/dports/www/ilias6/ILIAS-6.14/Services/PDFGeneration/classes/renderer/phantomjs/
H A Dclass.ilPhantomJSRenderer.php331 public function createPDFFileFromHTMLFile($a_path_to_file, $config, $job) argument
336 if (file_exists($a_path_to_file)) {
339 … $args = ' ' . $a_path_to_file . ' ' . $temp_file . ' ' . $this->getCommandLineConfig($config);
350 unlink($a_path_to_file);
/dports/www/ilias/ILIAS-5.4.25/Services/PDFGeneration/classes/renderer/phantomjs/
H A Dclass.ilPhantomJSRenderer.php331 public function createPDFFileFromHTMLFile($a_path_to_file, $config, $job) argument
336 if (file_exists($a_path_to_file)) {
339 … $args = ' ' . $a_path_to_file . ' ' . $temp_file . ' ' . $this->getCommandLineConfig($config);