ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
com\tecnick\tcpdf | |
Configuration file for TCPDF. | |
Variables | |
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
$index_link = $pdf->AddLink() | |
$html = '<a href="#*1" style="color:blue;">link to INDEX (page 1)</a>' | |
Definition at line 103 of file example_045.php.
$index_link = $pdf->AddLink() |
Definition at line 82 of file example_045.php.
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_045.php.