ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
DomPDF.php File Reference

Go to the source code of this file.

Data Structures

class  PHPExcel_Writer_PDF_DomPDF
 

Namespaces

 PHPExcel_Writer_PDF
 

Variables

 $pdfRendererClassFile = PHPExcel_Settings::getPdfRendererPath() . '/dompdf_config.inc.php'
 Require DomPDF library. More...
 
if(file_exists($pdfRendererClassFile)) else
 

Variable Documentation

◆ $pdfRendererClassFile

$pdfRendererClassFile = PHPExcel_Settings::getPdfRendererPath() . '/dompdf_config.inc.php'

Require DomPDF library.

Definition at line 30 of file DomPDF.php.

◆ else

if (file_exists( $pdfRendererClassFile)) else
Initial value:
{
throw new PHPExcel_Writer_Exception('Unable to load PDF Rendering library')

Definition at line 33 of file DomPDF.php.