ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
example_051.php File Reference

Go to the source code of this file.

Data Structures

class  MYPDF
 

Namespaces

 com\tecnick\tcpdf
 Configuration file for TCPDF.
 

Variables

 $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false)
 
 $html
 
 $bMargin = $pdf->getBreakMargin()
 
 $auto_page_break = $pdf->getAutoPageBreak()
 
 $img_file = K_PATH_IMAGES.'image_demo.jpg'
 

Variable Documentation

◆ $auto_page_break

$auto_page_break = $pdf->getAutoPageBreak()

Definition at line 122 of file example_051.php.

Referenced by MYPDF\Header().

◆ $bMargin

$bMargin = $pdf->getBreakMargin()

Definition at line 120 of file example_051.php.

◆ $html

$html
Initial value:
= '<span style="background-color:yellow;color:blue;">&nbsp;PAGE 1&nbsp;</span>
<p stroke="0.2" fill="true" strokecolor="yellow" color="blue" style="font-family:helvetica;font-weight:bold;font-size:26pt;">You can set a full page background.</p>'

Definition at line 96 of file example_051.php.

◆ $img_file

$img_file = K_PATH_IMAGES.'image_demo.jpg'

Definition at line 126 of file example_051.php.

Referenced by MYPDF\Header().

◆ $pdf

$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false)

Definition at line 52 of file example_051.php.