ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.ilHtmlToPdfTransformer.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9{
10
14 public function getId();
15
19 public function getTitle();
20
24 public function isActive();
25
29 public static function supportMultiSourcesFiles();
30
35 public function createPDFFileFromHTMLFile($a_path_to_file, $a_target);
36
41 public function createPDFFileFromHTMLString($a_path_to_file, $a_target);
42
46 public function getPathToTestHTML();
47
51 public function hasInfoInterface();
52}
An exception for terminatinating execution or to throw for unit testing.
Interface ilHtmlToPdfTransformer.
static supportMultiSourcesFiles()
createPDFFileFromHTMLFile($a_path_to_file, $a_target)
createPDFFileFromHTMLString($a_path_to_file, $a_target)