ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
example_003.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)
 
 $txt
 

Variable Documentation

◆ $pdf

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

Definition at line 57 of file example_003.php.

◆ $txt

$txt
Initial value:
= <<<EOD
TCPDF Example 003
Custom page header and footer are defined by extending the TCPDF class and overriding the Header() and Footer() methods.
PHP class for generating PDF documents without requiring external extensions.
Definition: tcpdf.php:134
Set header footer
Definition: 04printing.php:58
Add a drawing to the header
Definition: 04printing.php:69
EOD
Definition: example_053.php:93
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27

Definition at line 102 of file example_003.php.