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) | |
$txt = "You can also export 1D barcodes in other formats (PNG, SVG, HTML). Check the examples inside the barcodes directory.\n" | |
$style | |
$style ['bgcolor'] = array(255,255,240) | |
$style ['fgcolor'] = array(127,0,0) | |
$style ['position'] = 'L' | |
$style ['position'] = 'C' | |
$style ['position'] = 'R' | |
$style ['fgcolor'] = array(0,127,0) | |
$style ['position'] = '' | |
$style ['stretch'] = false | |
$style ['fitwidth'] = false | |
$style ['align'] = 'L' | |
$style ['align'] = 'C' | |
$style ['align'] = 'R' | |
$style ['fgcolor'] = array(0,64,127) | |
$style ['position'] = '' | |
$style ['stretch'] = false | |
$style ['fitwidth'] = true | |
$style ['cellfitalign'] = 'L' | |
$style ['cellfitalign'] = 'C' | |
$style ['cellfitalign'] = 'R' | |
$style ['fgcolor'] = array(127,0,127) | |
$style ['position'] = 'L' | |
$style ['position'] = 'C' | |
$style ['position'] = 'R' | |
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_027.php.
Definition at line 88 of file example_027.php.
Definition at line 296 of file example_027.php.
Definition at line 297 of file example_027.php.
$style[ 'position'] = 'L' |
Definition at line 300 of file example_027.php.
$style[ 'position'] = 'C' |
Definition at line 306 of file example_027.php.
$style[ 'position'] = 'R' |
Definition at line 312 of file example_027.php.
Definition at line 318 of file example_027.php.
$style[ 'position'] = '' |
Definition at line 319 of file example_027.php.
$style[ 'stretch'] = false |
Definition at line 320 of file example_027.php.
$style[ 'fitwidth'] = false |
Definition at line 321 of file example_027.php.
$style[ 'align'] = 'L' |
Definition at line 324 of file example_027.php.
$style[ 'align'] = 'C' |
Definition at line 330 of file example_027.php.
$style[ 'align'] = 'R' |
Definition at line 336 of file example_027.php.
Definition at line 342 of file example_027.php.
$style[ 'position'] = '' |
Definition at line 343 of file example_027.php.
$style[ 'stretch'] = false |
Definition at line 344 of file example_027.php.
$style[ 'fitwidth'] = true |
Definition at line 345 of file example_027.php.
$style[ 'cellfitalign'] = 'L' |
Definition at line 348 of file example_027.php.
$style[ 'cellfitalign'] = 'C' |
Definition at line 354 of file example_027.php.
$style[ 'cellfitalign'] = 'R' |
Definition at line 360 of file example_027.php.
Definition at line 366 of file example_027.php.
$style[ 'position'] = 'L' |
Definition at line 369 of file example_027.php.
$style[ 'position'] = 'C' |
Definition at line 375 of file example_027.php.
$style[ 'position'] = 'R' |
Definition at line 381 of file example_027.php.
$txt = "You can also export 1D barcodes in other formats (PNG, SVG, HTML). Check the examples inside the barcodes directory.\n" |
Definition at line 79 of file example_027.php.