ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
01simple-download-pdf.php File Reference

Go to the source code of this file.

Namespaces

 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
 

Variable Documentation

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Definition at line 53 of file 01simple-download-pdf.php.

◆ $objWriter

$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'PDF')

Definition at line 102 of file 01simple-download-pdf.php.

◆ $rendererLibrary

$rendererLibrary = 'mPDF5.4'

Definition at line 47 of file 01simple-download-pdf.php.

◆ $rendererLibraryPath

$rendererLibraryPath = dirname(__FILE__).'/../../../libraries/PDF/' . $rendererLibrary

Definition at line 49 of file 01simple-download-pdf.php.

◆ $rendererName

◆ exit

exit

Definition at line 104 of file 01simple-download-pdf.php.