ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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) | |
$header = array('Country', 'Capital', 'Area (sq km)', 'Pop. (thousands)') | |
$data = $pdf->LoadData('data/table_data_demo.txt') | |
Definition at line 126 of file example_011.php.
Referenced by MYPDF\ColoredTable(), and MYPDF\LoadData().
$header = array('Country', 'Capital', 'Area (sq km)', 'Pop. (thousands)') |
Definition at line 123 of file example_011.php.
Referenced by MYPDF\ColoredTable().
$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 78 of file example_011.php.