|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Data Structures | |
| class | MYPDF |
Namespaces | |
| namespace | 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' | |
| $auto_page_break = $pdf->getAutoPageBreak() |
Definition at line 122 of file example_051.php.
Referenced by MYPDF\Header().
| $bMargin = $pdf->getBreakMargin() |
Definition at line 120 of file example_051.php.
Referenced by TCPDF\drawHTMLTagBorder(), and TCPDF\startTemplate().
| $html |
Definition at line 96 of file example_051.php.
| $img_file = K_PATH_IMAGES.'image_demo.jpg' |
Definition at line 126 of file example_051.php.
Referenced by MYPDF\Header().
| $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 52 of file example_051.php.