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

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, false, 'ISO-8859-1', false)
 
 $lg = Array()
 
 $lg ['a_meta_charset'] = 'ISO-8859-1'
 
 $lg ['a_meta_dir'] = 'ltr'
 
 $lg ['a_meta_language'] = 'en'
 
 $lg ['w_page'] = 'page'
 
 $txt
 

Variable Documentation

◆ $lg [1/5]

$lg = Array()

Definition at line 65 of file example_019.php.

◆ $lg [2/5]

$lg[ 'a_meta_charset'] = 'ISO-8859-1'

Definition at line 66 of file example_019.php.

◆ $lg [3/5]

$lg[ 'a_meta_dir'] = 'ltr'

Definition at line 67 of file example_019.php.

◆ $lg [4/5]

$lg[ 'a_meta_language'] = 'en'

Definition at line 68 of file example_019.php.

◆ $lg [5/5]

$lg[ 'w_page'] = 'page'

Definition at line 69 of file example_019.php.

◆ $pdf

$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, false, 'ISO-8859-1', false)

Definition at line 31 of file example_019.php.

◆ $txt

$txt
Initial value:
= 'An alternative configuration file is used on this example.
Check the definition of the K_TCPDF_EXTERNAL_CONFIG constant on the source code.'

Definition at line 85 of file example_019.php.