|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
| namespace | PHPExcel |
Variables | |
| $rendererName = PHPExcel_Settings::PDF_RENDERER_MPDF | |
| Include PHPExcel. More... | |
| $rendererLibrary = 'mPDF5.4' | |
| $rendererLibraryPath = dirname(__FILE__).'/../../../libraries/PDF/' . $rendererLibrary | |
| $objPHPExcel = new PHPExcel() | |
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'PDF') | |
| exit | |
| $objPHPExcel = new PHPExcel() |
Definition at line 53 of file 01simple-download-pdf.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'PDF') |
Definition at line 102 of file 01simple-download-pdf.php.
| $rendererLibrary = 'mPDF5.4' |
Definition at line 47 of file 01simple-download-pdf.php.
| $rendererLibraryPath = dirname(__FILE__).'/../../../libraries/PDF/' . $rendererLibrary |
Definition at line 49 of file 01simple-download-pdf.php.
| $rendererName = PHPExcel_Settings::PDF_RENDERER_MPDF |
Include PHPExcel.
Definition at line 44 of file 01simple-download-pdf.php.
Referenced by PHPExcel_Writer_PDF\__construct(), and PHPExcel_Chart\render().
| exit |
Definition at line 104 of file 01simple-download-pdf.php.