|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Namespaces | |
| namespace | 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 | |
| $lg = Array() |
Definition at line 65 of file example_019.php.
| $lg[ 'a_meta_charset'] = 'ISO-8859-1' |
Definition at line 66 of file example_019.php.
| $lg[ 'a_meta_dir'] = 'ltr' |
Definition at line 67 of file example_019.php.
| $lg[ 'a_meta_language'] = 'en' |
Definition at line 68 of file example_019.php.
| $lg[ 'w_page'] = 'page' |
Definition at line 69 of file example_019.php.
| $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 |
Definition at line 85 of file example_019.php.