ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
PDF.php
Go to the documentation of this file.
1 <?php
30 if (!defined('PHPEXCEL_ROOT')) {
34  define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
35 }
36 
38 $k_path_url = dirname(__FILE__) . '/PDF';
39 require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/PDF/tcpdf.php';